Skip to content

Commit dd6d4fc

Browse files
[pip](deps-dev): Bump the dev-deps group with 3 updates
Bumps the dev-deps group with 3 updates: [lefthook](https://github.com/evilmartians/lefthook), [ruff](https://github.com/astral-sh/ruff) and [tox](https://github.com/tox-dev/tox). Updates `lefthook` from 1.10.9 to 1.10.10 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.10.9...v1.10.10) Updates `ruff` from 0.9.2 to 0.9.3 - [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.2...0.9.3) Updates `tox` from 4.23.2 to 4.24.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.23.2...4.24.1) --- updated-dependencies: - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa6d98d commit dd6d4fc

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

poetry.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ msgspec = {git = "https://github.com/jcrist/msgspec", rev = "595c33c4a71c6d0c539
3030

3131

3232
[tool.poetry.group.dev.dependencies]
33-
lefthook = "^1.10.9"
33+
lefthook = "^1.10.10"
3434
pyright = "^1.1.392"
35-
ruff = "^0.9.2"
36-
tox = "^4.23.2"
35+
ruff = "^0.9.3"
36+
tox = "^4.24.1"
3737

3838

3939
[tool.poetry.group.docs.dependencies]

0 commit comments

Comments
 (0)