diff --git a/poetry.lock b/poetry.lock index 4f8f350..f7df89d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,13 +343,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.373" +version = "1.1.374" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.373-py3-none-any.whl", hash = "sha256:b805413227f2c209f27b14b55da27fe5e9fb84129c9f1eb27708a5d12f6f000e"}, - {file = "pyright-1.1.373.tar.gz", hash = "sha256:f41bcfc8b9d1802b09921a394d6ae1ce19694957b628bc657629688daf8a83ff"}, + {file = "pyright-1.1.374-py3-none-any.whl", hash = "sha256:55752bcf7a3646d293cd76710a983b71e16f6128aab2d42468e6eb7e46c0a70d"}, + {file = "pyright-1.1.374.tar.gz", hash = "sha256:d01b2daf864ba5e0362e56b844984865970d7204158e61eb685e2dab7804cb82"}, ] [package.dependencies] @@ -546,4 +546,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c482894e54f5731a7eab4fcd1a0f3417b87a2a0be8a0f46d4d419381bcbb073" +content-hash = "fc35fa2eaee306611208bd98645953185c96b602a957513b82dfe5c69a9e0902" diff --git a/pyproject.toml b/pyproject.toml index 8ebdcc8..06d7ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.3.2" pytest-cov = "^5.0.0" edgedb = "^2.0.0" ruff = "^0.5.5" -pyright = "^1.1.373" +pyright = "^1.1.374" [build-system] requires = ["poetry-core>=1.0.0"]