Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 2 updates (#194)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [pre-commit](https://github.com/pre-commit/pre-commit) and [ruff](https://github.com/astral-sh/ruff).


Updates `pre-commit` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

Updates `ruff` from 0.4.3 to 0.4.4
- [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.4)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 287bb01 commit b48d83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ platformdirs==4.2.0
# via
# black
# virtualenv
pre-commit==3.7.0
pre-commit==3.7.1
# via -r requirements/linting.in
pyupgrade==3.15.2
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.4.3
ruff==0.4.4
# via -r requirements/linting.in
tokenize-rt==5.2.0
# via pyupgrade
Expand Down

0 comments on commit b48d83c

Please sign in to comment.