From 5d791318a1fdc13bc04120b8245c36d3b13c45b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:57:41 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.389 to 1.1.390 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.389 to 1.1.390. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.390) --- 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 b382cb0..1b70cf9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -359,13 +359,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.389" +version = "1.1.390" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.389-py3-none-any.whl", hash = "sha256:41e9620bba9254406dc1f621a88ceab5a88af4c826feb4f614d95691ed243a60"}, - {file = "pyright-1.1.389.tar.gz", hash = "sha256:716bf8cc174ab8b4dcf6828c3298cac05c5ed775dda9910106a5dcfe4c7fe220"}, + {file = "pyright-1.1.390-py3-none-any.whl", hash = "sha256:ecebfba5b6b50af7c1a44c2ba144ba2ab542c227eb49bc1f16984ff714e0e110"}, + {file = "pyright-1.1.390.tar.gz", hash = "sha256:aad7f160c49e0fbf8209507a15e17b781f63a86a1facb69ca877c71ef2e9538d"}, ] [package.dependencies] @@ -564,4 +564,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7bc52fcf7ea51e11528b59561adf17235b6e628bc943146b7ea7ee1c1a8dcf24" +content-hash = "7b407b47c9e92167c32da48868dbab4dc9b34107e3ba9f40ed34f4a12b5b82b3" diff --git a/pyproject.toml b/pyproject.toml index 8ec1020..d6682a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest = "^8.3.4" pytest-cov = "^6.0.0" edgedb = "^2.2.0" ruff = "^0.7.4" -pyright = "^1.1.389" +pyright = "^1.1.390" [build-system] requires = ["poetry-core>=1.0.0"]