diff --git a/poetry.lock b/poetry.lock index 8414cc8..c0b98d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -213,13 +213,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.361" +version = "1.1.362" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.361-py3-none-any.whl", hash = "sha256:c50fc94ce92b5c958cfccbbe34142e7411d474da43d6c14a958667e35b9df7ea"}, - {file = "pyright-1.1.361.tar.gz", hash = "sha256:1d67933315666b05d230c85ea8fb97aaa2056e4092a13df87b7765bb9e8f1a8d"}, + {file = "pyright-1.1.362-py3-none-any.whl", hash = "sha256:969957cff45154d8a45a4ab1dae5bdc8223d8bd3c64654fa608ab3194dfff319"}, + {file = "pyright-1.1.362.tar.gz", hash = "sha256:6a477e448d4a07a6a0eab58b2a15a1bbed031eb3169fa809edee79cca168d83a"}, ] [package.dependencies] @@ -374,4 +374,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2d0c129eff15098a3b78eed6a81c98fc52c23ae0655ef27502e19b9fff0bb191" +content-hash = "6303eab2c72470af618275a00cf2eafe1095c66937fb2e7a74cf612e44645278" diff --git a/pyproject.toml b/pyproject.toml index 45659f3..fabe85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ coverage = "^7.5.1" [tool.poetry.group.dev.dependencies] ruff = "^0.4.3" pre-commit = "^3.7.1" -pyright = "^1.1.361" +pyright = "^1.1.362" [build-system] requires = ["poetry-core"]