From b514666011d693023d30eaf2b01c1bded6d0fd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:26:37 +0000 Subject: [PATCH] Bump pyright in /requirements in the python-requirements group Bumps the python-requirements group in /requirements with 1 update: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.386 to 1.1.387 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.386...v1.1.387) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/typing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index 1ca7950..a0cfe93 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -4,4 +4,4 @@ mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.10.11;python_version~="3.11.0" # https://github.com/google/pytype types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed typeguard==4.4.0 # https://github.com/agronholm/typeguard -pyright==1.1.386;python_version>="3.11" # https://github.com/microsoft/pyright +pyright==1.1.387;python_version>="3.11" # https://github.com/microsoft/pyright