From 1d2f9bb144cb5c8448a157a8894d1ab804f113f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:30:39 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.367 to 1.1.371 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.367 to 1.1.371. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.367...v1.1.371) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e9614bf..cba15ee5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2194,13 +2194,13 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] [[package]] name = "pyright" -version = "1.1.367" +version = "1.1.371" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.367-py3-none-any.whl", hash = "sha256:89de6502ae02f1552d0c4df4b46867887a419849f379db617695ef9308cf01eb"}, - {file = "pyright-1.1.367.tar.gz", hash = "sha256:b1e5522ceb246ee6bc293a43d6d0162719d6467c1f1e9b81cee741aa11cdacbd"}, + {file = "pyright-1.1.371-py3-none-any.whl", hash = "sha256:cce52e42ff73943243e7e5e24f2a59dee81b97d99f4e3cf97370b27e8a1858cd"}, + {file = "pyright-1.1.371.tar.gz", hash = "sha256:777b508b92dda2db476214c400ce043aad8d8f3dd0e10d284c96e79f298308b5"}, ] [package.dependencies] @@ -3337,4 +3337,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "108564aa5be868295cffd9a0f02021c4a049e03d6c8859ba01313f3761eff691" +content-hash = "703f7badd9351f36111250953b7105f8641de1e4041115019c6532ab1a4242d6" diff --git a/pyproject.toml b/pyproject.toml index d372f1a5..7d844c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ connexion = "^3.1.0" pytest = "^8.2.2" pytest-cov = "^5.0.0" hypothesis = "^6.108.2" -pyright = "^1.1.367" +pyright = "^1.1.371" black = "^24.4.2" isort = "^5.13.2" ruff = "^0.4.9"