Skip to content

Commit 93a2c7c

Browse files
[pip](deps-dev): Bump the dev-deps group across 1 directory with 3 updates (#251)
Bumps the dev-deps group with 3 updates in the / directory: [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.10.10 to 1.10.11 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.10.10...v1.10.11) Updates `pyright` from 1.1.393 to 1.1.394 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.393...v1.1.394) Updates `ruff` from 0.9.4 to 0.9.7 - [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.4...0.9.7) --- updated-dependencies: - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-patch 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 b6491f4 commit 93a2c7c

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.10.10"
34-
pyright = "^1.1.393"
35-
ruff = "^0.9.4"
33+
lefthook = "^1.10.11"
34+
pyright = "^1.1.394"
35+
ruff = "^0.9.7"
3636
tox = "^4.24.1"
3737

3838

0 commit comments

Comments
 (0)