From 31604defb77f1cfb47f56e8c71235074ba4592eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:58:36 +0000 Subject: [PATCH] Bump pyright from 1.1.261 to 1.1.263 (#365) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.261 to 1.1.263. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.261...v1.1.263) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements/type-checking.in | 2 +- dev-requirements/type-checking.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements/type-checking.in b/dev-requirements/type-checking.in index 4166a9d0f..17f895ab6 100644 --- a/dev-requirements/type-checking.in +++ b/dev-requirements/type-checking.in @@ -1,2 +1,2 @@ mypy==0.971 -pyright==1.1.261 +pyright==1.1.263 diff --git a/dev-requirements/type-checking.txt b/dev-requirements/type-checking.txt index ba52bdf61..346077755 100644 --- a/dev-requirements/type-checking.txt +++ b/dev-requirements/type-checking.txt @@ -10,7 +10,7 @@ mypy-extensions==0.4.3 # via mypy nodeenv==1.7.0 # via pyright -pyright==1.1.261 +pyright==1.1.263 # via -r dev-requirements/type-checking.in tomli==2.0.1 # via mypy