diff --git a/poetry.lock b/poetry.lock index 6dab3ca..17fd889 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1216,13 +1216,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] @@ -1999,4 +1999,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7f20032684e4def46c16ff04e414e4aae8ecbd767a3423ff5c2f5f2933621646" +content-hash = "ebcfb97471e5bcd09a73477c82c9e514899fefc6a34bdea03884af156460d5c2" diff --git a/pyproject.toml b/pyproject.toml index bf1d172..2fad5df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ granian = "^1.6.0" nvidia-cublas-cu12 = "^12.6.3.3" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.383" +pyright = "^1.1.384" pylint = "^3.3.1" pytest = "^8.3.3" ruff = "^0.6.9"