Skip to content

Commit

Permalink
[pip](deps-dev): Bump the dev-deps group with 3 updates
Browse files Browse the repository at this point in the history
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.1 to 1.8.2
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.8.1...v1.8.2)

Updates `pyright` from 1.1.386 to 1.1.387
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.386...v1.1.387)

Updates `ruff` from 0.7.1 to 0.7.2
- [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.1...0.7.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5877dbf commit 9e98137
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ furo = "^2024.8.6"


[tool.poetry.group.dev.dependencies]
lefthook = "^1.8.1"
pyright = "^1.1.386"
lefthook = "^1.8.2"
pyright = "^1.1.387"
bandit = {extras = ["toml"], version = "^1.7.10"}
ruff = "^0.7.1"
ruff = "^0.7.2"
tox = "^4.23.2"

[tool.pyright]
Expand Down

0 comments on commit 9e98137

Please sign in to comment.