diff --git a/poetry.lock b/poetry.lock index 3dc17fa..c6132e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyright" -version = "1.1.383" +version = "1.1.384" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.383-py3-none-any.whl", hash = "sha256:d864d1182a313f45aaf99e9bfc7d2668eeabc99b29a556b5344894fd73cb1959"}, - {file = "pyright-1.1.383.tar.gz", hash = "sha256:1df7f12407f3710c9c6df938d98ec53f70053e6c6bbf71ce7bcb038d42f10070"}, + {file = "pyright-1.1.384-py3-none-any.whl", hash = "sha256:f0b6f4db2da38f27aeb7035c26192f034587875f751b847e9ad42ed0c704ac9e"}, + {file = "pyright-1.1.384.tar.gz", hash = "sha256:25e54d61f55cbb45f1195ff89c488832d7a45d59f3e132f178fdf9ef6cafc706"}, ] [package.dependencies] @@ -298,4 +298,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3f72a0f46006bc6e0f745109738821b61f0088dace492f2768730f13945577a6" +content-hash = "ca26238c42f895068eefdbc350b89af11989b51d1d90e1e8f484e069aa380cd3" diff --git a/pyproject.toml b/pyproject.toml index 765de31..dd78c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ authors = ["winstxnhdw <you@example.com>"] python = "^3.8" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.383" +pyright = "^1.1.384" pylint = "^3.2.7" pytest = "^8.3.3" ruff = "^0.6.9"