From 8913787adca49ddf46bb1bd0e840e47ac79653fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:15:18 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 2 updates Bumps the python-requirements group in /requirements with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `ruff` from 0.6.7 to 0.6.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/0.6.7...0.6.8) Updates `pyright` from 1.1.380 to 1.1.382.post0 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.380...v1.1.382.post0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/style.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/style.txt b/requirements/style.txt index ccfc531c..3cfbf069 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.6.7 # https://github.com/astral-sh/ruff +ruff==0.6.8 # https://github.com/astral-sh/ruff diff --git a/requirements/typing.txt b/requirements/typing.txt index 461f89ce..210ac88c 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -4,4 +4,4 @@ mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard -pyright==1.1.380;python_version>="3.11" # https://github.com/microsoft/pyright +pyright==1.1.382.post0;python_version>="3.11" # https://github.com/microsoft/pyright