Skip to content

Commit

Permalink
python-deps(deps-dev): bump the python-dependencies group with 3 upda…
Browse files Browse the repository at this point in the history
…tes (#2)

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python), [ruff](https://github.com/astral-sh/ruff) and [wheel](https://github.com/pypa/wheel) to permit the latest version.

Updates `pyright` to 1.1.377
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.376...v1.1.377)

Updates `ruff` to 0.6.1
- [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.6.0...0.6.1)

Updates `wheel` to 0.44.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.43.0...0.44.0)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: wheel
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 5753e60 commit 655a64b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ pre-commit = [
]
pyclean = "^3.0.0"
pylint = "3.2.6"
pyright = "1.1.376"
pyright = "1.1.377"
pyroma = "^4.2"
python-semantic-release = "^9.6.0"
ruff = "0.6.0"
ruff = "0.6.1"
toml-sort = "^0.23.0"
tomli-w = "^1.0.0"
tox = "^4.0"
Expand All @@ -99,7 +99,7 @@ twine = "^5.0.0"
types-python-dateutil = "^2.9"
types-pyyaml = "^6.0"
types-requests = "^2.31"
wheel = "^0.43"
wheel = "^0.44"
yamlfix = "^1.16.0"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 655a64b

Please sign in to comment.