From 456b4875e341dec08b1ee82ba9bc83ced8a3bd9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:41:07 +0000 Subject: [PATCH] Bump pyright Bumps the python-requirements group with 1 update in the /requirements directory: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.369 to 1.1.370 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.369...v1.1.370) --- 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 4be03f395..509587b77 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -16,7 +16,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.369 +pyright==1.1.370 # via -r typing.in pytest==8.2.0 # via -r typing.in