Skip to content

Commit

Permalink
Bump ruff from 0.4.3 to 0.4.7
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.3 to 0.4.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.3...v0.4.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Jun 3, 2024
1 parent dd89d12 commit 41f1c01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ importlib-metadata==7.0.1
packaging==23.2
# via build
pip-sync-faster==0.0.3
# via -r checkformatting.in
# via -r requirements/checkformatting.in
pip-tools==7.4.1
# via
# -r checkformatting.in
# -r requirements/checkformatting.in
# pip-sync-faster
pyproject-hooks==1.0.0
# via
# build
# pip-tools
ruff==0.4.3
# via -r checkformatting.in
ruff==0.4.7
# via -r requirements/checkformatting.in
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ importlib-metadata==7.0.1
packaging==23.2
# via build
pip-sync-faster==0.0.3
# via -r format.in
# via -r requirements/format.in
pip-tools==7.4.1
# via
# -r format.in
# -r requirements/format.in
# pip-sync-faster
pyproject-hooks==1.0.0
# via
# build
# pip-tools
ruff==0.4.3
# via -r format.in
ruff==0.4.7
# via -r requirements/format.in
wheel==0.42.0
# via pip-tools
zipp==3.17.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ rsa==4.9
# -r requirements/functests.txt
# -r requirements/tests.txt
# google-auth
ruff==0.4.3
ruff==0.4.7
# via -r requirements/lint.in
sentry-sdk==2.3.1
# via
Expand Down

0 comments on commit 41f1c01

Please sign in to comment.