diff --git a/poetry.lock b/poetry.lock index 1df22fe..7ca5d17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2267,13 +2267,13 @@ files = [ [[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] @@ -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 = "555af8e7ad2bcc1ecf49b7dfd28db984116635a5d4bd5119c9fdfe2a2d5b6f93" +content-hash = "aabdc2db846c484f4de024b0a76275b179d3c2c035c2080f6974afc8cceec9df" diff --git a/pyproject.toml b/pyproject.toml index 4d744c8..9032d7b 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.387" +pyright = "1.1.388" [tool.poetry.extras] test = [