Skip to content

Commit d69c924

Browse files
[pip](deps-dev): Bump the dev-deps group with 3 updates (#237)
Bumps the dev-deps group with 3 updates: [lefthook](https://github.com/evilmartians/lefthook), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `lefthook` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.9.2...v1.10.0) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.391) Updates `ruff` from 0.8.3 to 0.8.4 - [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.3...0.8.4) --- updated-dependencies: - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: pyright 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa3e9b commit d69c924

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

poetry.lock

+26-26
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,9 +30,9 @@ msgspec = {git = "https://github.com/jcrist/msgspec", rev = "595c33c4a71c6d0c539
3030

3131

3232
[tool.poetry.group.dev.dependencies]
33-
lefthook = "^1.9.2"
34-
pyright = "^1.1.390"
35-
ruff = "^0.8.3"
33+
lefthook = "^1.10.0"
34+
pyright = "^1.1.391"
35+
ruff = "^0.8.4"
3636
tox = "^4.23.2"
3737

3838

0 commit comments

Comments
 (0)