From ac7c215e1e551cd019c9c212c40124e8a6823cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:39:13 +0000 Subject: [PATCH] python-deps(deps-dev): bump the python-dependencies group with 2 updates Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pyright` to 1.1.367 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.366...v1.1.367) Updates `ruff` to 0.4.9 - [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.8...v0.4.9) --- updated-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61952aee..2efb0bb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,10 +112,10 @@ pre-commit = [ pre-commit-update = "^0.3.0" pyclean = "^3.0.0" pylint = "3.2.3" -pyright = "1.1.366" +pyright = "1.1.367" pyroma = "^4.2" python-semantic-release = "^9.6.0" -ruff = "0.4.8" +ruff = "0.4.9" 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.8" +ruff = "0.4.9" tomli = "^2.0.1" [tool.poetry.scripts]