diff --git a/poetry.lock b/poetry.lock index cd07aab..819301a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1283,13 +1283,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.370" +version = "1.1.371" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.370-py3-none-any.whl", hash = "sha256:fc721601e480a69989775bfc210534a6ca0110ebd0c065244a8d3a151294fc61"}, - {file = "pyright-1.1.370.tar.gz", hash = "sha256:d0d559d506fc41e3297f721aaa05a1b9f06beda5acc9ac64ca371ce94c28f960"}, + {file = "pyright-1.1.371-py3-none-any.whl", hash = "sha256:cce52e42ff73943243e7e5e24f2a59dee81b97d99f4e3cf97370b27e8a1858cd"}, + {file = "pyright-1.1.371.tar.gz", hash = "sha256:777b508b92dda2db476214c400ce043aad8d8f3dd0e10d284c96e79f298308b5"}, ] [package.dependencies] @@ -2081,4 +2081,4 @@ cuda = ["nvidia-cublas-cu12", "nvidia-cudnn-cu12"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d471f224ab65171c00a05a1e812cec3b49e8af4078a37d832f47f664228bf631" +content-hash = "a273e27cac1da8c660320610f9f1917a7235d04d52b49970a07839a13dcc706f" diff --git a/pyproject.toml b/pyproject.toml index d9fb0c7..a5cf283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ uvloop = "^0.19.0" numpy = "<2.0.0" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.370" +pyright = "^1.1.371" pylint = "^3.2.5" pytest = "^8.2.2" ruff = "^0.5.1"