diff --git a/poetry.lock b/poetry.lock index 7ca5d17..56086ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2267,13 +2267,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.388" +version = "1.1.389" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.388-py3-none-any.whl", hash = "sha256:c7068e9f2c23539c6ac35fc9efac6c6c1b9aa5a0ce97a9a8a6cf0090d7cbf84c"}, - {file = "pyright-1.1.388.tar.gz", hash = "sha256:0166d19b716b77fd2d9055de29f71d844874dbc6b9d3472ccd22df91db3dfa34"}, + {file = "pyright-1.1.389-py3-none-any.whl", hash = "sha256:41e9620bba9254406dc1f621a88ceab5a88af4c826feb4f614d95691ed243a60"}, + {file = "pyright-1.1.389.tar.gz", hash = "sha256:716bf8cc174ab8b4dcf6828c3298cac05c5ed775dda9910106a5dcfe4c7fe220"}, ] [package.dependencies] @@ -3941,4 +3941,4 @@ test = ["black", "pdbpp", "pyright", "pytest", "pytest-cov", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "aabdc2db846c484f4de024b0a76275b179d3c2c035c2080f6974afc8cceec9df" +content-hash = "b8b8841d968c9f349cdfd8e1d6a926ab513aeadf48115730bc00db694c4f8cb4" diff --git a/pyproject.toml b/pyproject.toml index 9032d7b..6a62238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-cov = { version = "5.0.0", optional = true, extras = ["test"] } pdbpp = {version = "^0.10.3", optional = true, extras = ["test"]} ruff = {version = ">=0.5.1,<0.8.0", optional = true, extras = ["test"]} black = {version = "^24.3.0", optional = true, extras = ["test"]} -pyright = "1.1.388" +pyright = "1.1.389" [tool.poetry.extras] test = [