diff --git a/poetry.lock b/poetry.lock index 6d72c54..e923657 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2277,13 +2277,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.364" +version = "1.1.365" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.364-py3-none-any.whl", hash = "sha256:865f1e02873c5dc7427c95acf53659a118574010e6fb364e27e47ec5c46a9f26"}, - {file = "pyright-1.1.364.tar.gz", hash = "sha256:612a2106a4078ec57efc22b5620729e9bdf4a3c17caba013b534bd33f7d08e5a"}, + {file = "pyright-1.1.365-py3-none-any.whl", hash = "sha256:194d767a039f9034376b7ec8423841880ac6efdd061f3e283b4ad9fcd484a659"}, + {file = "pyright-1.1.365.tar.gz", hash = "sha256:d7e69000939aed4bf823707086c30c84c005bdd39fac2dfb370f0e5be16c2ef2"}, ] [package.dependencies] @@ -3960,4 +3960,4 @@ test = ["black", "pdbpp", "pyright", "pytest", "pytest-cov", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "17c89ac1c424d68e1f9af961a63aacbdf1a6045eec92c2fff06866d2a2666e0e" +content-hash = "859e66a1b118e453dc81e687bb8896e2f6b348839d0fb23f660769cf15c2312c" diff --git a/pyproject.toml b/pyproject.toml index b54cfb6..f613527 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.4.4", optional = true, extras = ["test"]} black = {version = "^24.3.0", optional = true, extras = ["test"]} -pyright = "1.1.364" +pyright = "1.1.365" [tool.poetry.extras] test = [