From cbf51a0af0530353d4d0cf3295d091a6d0f75d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:21:23 +0000 Subject: [PATCH] python-deps(deps-dev): bump the python-dependencies group with 3 updates 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](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.3) Updates `pyright` to 1.1.366 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/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](https://github.com/astral-sh/ruff/compare/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] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f890802..073e999f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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]