Skip to content

Commit 5f2c292

Browse files
[pip](deps-dev): Bump the dev-deps group with 3 updates (#222)
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.8.2 to 1.8.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.8.2...v1.8.4) Updates `pyright` from 1.1.388 to 1.1.389 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.388...v1.1.389) Updates `ruff` from 0.7.3 to 0.7.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.7.3...0.7.4) --- 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 9689f71 commit 5f2c292

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
@@ -37,10 +37,10 @@ furo = "^2024.8.6"
3737

3838

3939
[tool.poetry.group.dev.dependencies]
40-
lefthook = "^1.8.2"
41-
pyright = "^1.1.388"
40+
lefthook = "^1.8.4"
41+
pyright = "^1.1.389"
4242
bandit = {extras = ["toml"], version = "^1.7.10"}
43-
ruff = "^0.7.3"
43+
ruff = "^0.7.4"
4444
tox = "^4.23.2"
4545

4646
[tool.pyright]

0 commit comments

Comments
 (0)