From 20783b668b65f5590639a0d04b07ce5fdb1d0103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:08:58 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.391 to 1.1.392.post0 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.391 to 1.1.392.post0. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.391...v1.1.392.post0) --- 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 0bb63b6..31304b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -365,13 +365,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.391" +version = "1.1.392.post0" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.391-py3-none-any.whl", hash = "sha256:54fa186f8b3e8a55a44ebfa842636635688670c6896dcf6cf4a7fc75062f4d15"}, - {file = "pyright-1.1.391.tar.gz", hash = "sha256:66b2d42cdf5c3cbab05f2f4b76e8bec8aa78e679bfa0b6ad7b923d9e027cadb2"}, + {file = "pyright-1.1.392.post0-py3-none-any.whl", hash = "sha256:252f84458a46fa2f0fd4e2f91fc74f50b9ca52c757062e93f6c250c0d8329eb2"}, + {file = "pyright-1.1.392.post0.tar.gz", hash = "sha256:3b7f88de74a28dcfa90c7d90c782b6569a48c2be5f9d4add38472bdaac247ebd"}, ] [package.dependencies] @@ -570,4 +570,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c527a3c569b6496a3b85f89746dbce75d0ed8d492688cebfcd3ee1b27ef0c0c4" +content-hash = "c8d391d1808c9bde49a1445581fa8be4ea37ea0a139325419b1fc5b4f923e146" diff --git a/pyproject.toml b/pyproject.toml index 06aac39..7bc2f17 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.391" +pyright = "^1.1.392" [build-system] requires = ["poetry-core>=1.0.0"]