Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c3520a

Browse files
authoredJan 13, 2025··
[pip](deps-dev): Bump the dev-deps group with 2 updates
Bumps the dev-deps group with 2 updates: [lefthook](https://github.com/evilmartians/lefthook) and [ruff](https://github.com/astral-sh/ruff). Updates `lefthook` from 1.10.1 to 1.10.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.10.1...v1.10.4) Updates `ruff` from 0.8.6 to 0.9.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.8.6...0.9.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-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab7c7fe commit 6c3520a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed
 

‎poetry.lock

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

‎pyproject.toml

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

3131

3232
[tool.poetry.group.dev.dependencies]
33-
lefthook = "^1.10.1"
33+
lefthook = "^1.10.4"
3434
pyright = "^1.1.391"
35-
ruff = "^0.8.6"
35+
ruff = "^0.9.1"
3636
tox = "^4.23.2"
3737

3838

0 commit comments

Comments
 (0)
Please sign in to comment.