Skip to content

Commit

Permalink
Bump the deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates: [autohooks](https://github.com/greenbone/autohooks) and [autohooks-plugin-ruff](https://github.com/greenbone/autohooks-plugin-ruff).


Updates `autohooks` from 23.10.0 to 24.1.0
- [Release notes](https://github.com/greenbone/autohooks/releases)
- [Commits](greenbone/autohooks@v23.10.0...v24.1.0)

Updates `autohooks-plugin-ruff` from 23.11.0 to 24.1.0
- [Release notes](https://github.com/greenbone/autohooks-plugin-ruff/releases)
- [Commits](greenbone/autohooks-plugin-ruff@v23.11.0...v24.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and brndnmtthws committed Jan 29, 2024
1 parent 99e8b12 commit f51dc51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ version = "1.10.0"
toml = "^0.10.2"

[tool.poetry.group.dev.dependencies]
autohooks = "^23.4.0"
autohooks = ">=23.4,<25.0"
autohooks-plugin-black = ">=22.11,<24.0"
autohooks-plugin-ruff = "^23.10.0"
autohooks-plugin-ruff = ">=23.10,<25.0"
black = "^24.1.1"
pytest = "^8.0.0"
pytest-watch = "^4.2.0"
Expand Down

0 comments on commit f51dc51

Please sign in to comment.