Skip to content

Commit f629c43

Browse files
[pip](deps-dev): Bump the dev-deps group with 2 updates
Bumps the dev-deps group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `pyright` from 1.1.387 to 1.1.388 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.387...v1.1.388) Updates `ruff` from 0.7.2 to 0.7.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.7.2...0.7.3) --- updated-dependencies: - 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]>
1 parent a7e006d commit f629c43

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
@@ -38,9 +38,9 @@ furo = "^2024.8.6"
3838

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

4646
[tool.pyright]

0 commit comments

Comments
 (0)