Skip to content

Commit

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


Updates `ruff` from 0.5.7 to 0.6.1
- [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.5.7...0.6.1)

Updates `tomlkit` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.13.0...0.13.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: tomlkit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mbrinkhoff committed Aug 19, 2024
1 parent b9f7bb7 commit 30696c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -36,7 +36,7 @@ charset-normalizer = "^3.2.0"
[tool.poetry.group.dev.dependencies]
autohooks = ">=21.7.0"
autohooks-plugin-black = ">=21.12.0"
ruff = "^0.5.6"
ruff = ">=0.5.6,<0.7.0"
autohooks-plugin-ruff = "^24.1.0"

[tool.black]
Expand Down

0 comments on commit 30696c6

Please sign in to comment.