Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `ruff` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.7...0.6.8)

Updates `pyright` from 1.1.380 to 1.1.382.post0
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.380...v1.1.382.post0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 62cbfe7 commit 8913787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code formatter + Code quality + Code linter
# ------------------------------------------------------------------------------
ruff==0.6.7 # https://github.com/astral-sh/ruff
ruff==0.6.8 # https://github.com/astral-sh/ruff
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard
pyright==1.1.380;python_version>="3.11" # https://github.com/microsoft/pyright
pyright==1.1.382.post0;python_version>="3.11" # https://github.com/microsoft/pyright

0 comments on commit 8913787

Please sign in to comment.