From dc1b06ca1a5993d1f5091890b9329d623b5c26eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 05:04:15 +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.364 to 1.1.365 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.364...v1.1.365) --- 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/dev.txt | 4 +--- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index b0c9f93..477630f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -62,7 +62,7 @@ pre-commit==3.5.0 # via -r dev.in pyproject-api==1.6.1 # via tox -pyright==1.1.364 +pyright==1.1.365 # via -r typing.txt pytest==8.2.1 # via @@ -70,8 +70,6 @@ pytest==8.2.1 # -r typing.txt pyyaml==6.0.1 # via pre-commit -speaklater==1.3 - # via -r tests.txt tomli==2.0.1 # via # -r tests.txt diff --git a/requirements/typing.txt b/requirements/typing.txt index 8613d28..8b44ccf 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -18,7 +18,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.364 +pyright==1.1.365 # via -r typing.in pytest==8.2.1 # via -r typing.in