Skip to content

Commit

Permalink
python-deps(deps-dev): bump the python-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pylint` to 3.2.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.2...v3.2.3)

Updates `pyright` to 1.1.366
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.365...v1.1.366)

Updates `ruff` to 0.4.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.7...v0.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 6e46a64 commit 4ce66a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ pre-commit = [
]
pre-commit-update = "^0.3.0"
pyclean = "^3.0.0"
pylint = "3.2.2"
pyright = "1.1.365"
pylint = "3.2.3"
pyright = "1.1.366"
pyroma = "^4.2"
python-semantic-release = "^9.6.0"
ruff = "0.4.7"
ruff = "0.4.8"
safety = "^3.2.0"
toml-sort = "^0.23.0"
tox = "^4.0"
Expand Down Expand Up @@ -159,7 +159,7 @@ pytest-env = "^1.1.3"
pytest-github-report = "^0.0.1"
pytest-html = "^4.1.1"
pytest-order = "^1.2.1"
ruff = "0.4.7"
ruff = "0.4.8"
tomli = "^2.0.1"

[tool.poetry.scripts]
Expand Down

0 comments on commit 4ce66a9

Please sign in to comment.