From aea16baa8dbcd8191a57f71c36eb1d945eebdbe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:35:58 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.387 to 1.1.388 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.387 to 1.1.388. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.387...v1.1.388) --- 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 cee86e7..8e427d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -359,13 +359,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.387" +version = "1.1.388" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.387-py3-none-any.whl", hash = "sha256:6a1f495a261a72e12ad17e20d1ae3df4511223c773b19407cfa006229b1b08a5"}, - {file = "pyright-1.1.387.tar.gz", hash = "sha256:577de60224f7fe36505d5b181231e3a395d427b7873be0bbcaa962a29ea93a60"}, + {file = "pyright-1.1.388-py3-none-any.whl", hash = "sha256:c7068e9f2c23539c6ac35fc9efac6c6c1b9aa5a0ce97a9a8a6cf0090d7cbf84c"}, + {file = "pyright-1.1.388.tar.gz", hash = "sha256:0166d19b716b77fd2d9055de29f71d844874dbc6b9d3472ccd22df91db3dfa34"}, ] [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 = "9e6c6bd0bc661c94c6fac317b9f24894a4b56a5643c78694f253d291da72ddae" +content-hash = "a45f96b67ad746b70f7d9b048c692e8773c0a1aa516462baa87e4ba4c79baad2" diff --git a/pyproject.toml b/pyproject.toml index 32e28c1..33844d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.3.3" pytest-cov = "^6.0.0" edgedb = "^2.1.0" ruff = "^0.7.2" -pyright = "^1.1.387" +pyright = "^1.1.388" [build-system] requires = ["poetry-core>=1.0.0"]