Skip to content

Commit

Permalink
Deps: Bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates: [autohooks](https://github.com/greenbone/autohooks), [ruff](https://github.com/astral-sh/ruff) and [autohooks-plugin-ruff](https://github.com/greeenbone/autohooks-plugin-ruff).


Updates `autohooks` from 24.2.0 to 25.2.0
- [Release notes](https://github.com/greenbone/autohooks/releases)
- [Commits](greenbone/autohooks@v24.2.0...v25.2.0)

Updates `ruff` from 0.9.4 to 0.9.5
- [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.9.4...0.9.5)

Updates `autohooks-plugin-ruff` from 24.1.0 to 25.2.0
- [Commits](https://github.com/greeenbone/autohooks-plugin-ruff/commits)

---
updated-dependencies:
- dependency-name: autohooks
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: autohooks-plugin-ruff
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mbrinkhoff committed Feb 10, 2025
1 parent 5fa86d2 commit fede29e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ charset-normalizer = "^3.2.0"
autohooks = ">=21.7.0"
autohooks-plugin-black = ">=21.12.0"
ruff = ">=0.5.6,<0.10.0"
autohooks-plugin-ruff = "^24.1.0"
autohooks-plugin-ruff = ">=24.1,<26.0"

[tool.black]
line-length = 80
Expand Down

0 comments on commit fede29e

Please sign in to comment.