diff --git a/poetry.lock b/poetry.lock index 6565e74..fc1d7c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -979,13 +979,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.340" +version = "1.1.341" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.340-py3-none-any.whl", hash = "sha256:cce44db270382caa2dd8e19fbb370c7550863454cfd4bcd971de6b6bf444e525"}, - {file = "pyright-1.1.340.tar.gz", hash = "sha256:2486cc2410b62c57ede245d9f5cb854a8a85dd789a82b8a9a1bbd787a9b5e449"}, + {file = "pyright-1.1.341-py3-none-any.whl", hash = "sha256:f5800daf9d5780ebf6c6e04064a6d20da99c0ef16efd77526f83cc8d8551ff9f"}, + {file = "pyright-1.1.341.tar.gz", hash = "sha256:b891721f3abd10635cc4fd3076bcff5b7676567dc3a629997ed59a0d30034a87"}, ] [package.dependencies] @@ -1448,4 +1448,4 @@ cuda = ["nvidia-cublas-cu11", "nvidia-cudnn-cu11"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ffa5c82bafff8dc838ce2416e88729384fc51154be389e821b50c3cdc90efbe7" +content-hash = "37f277dde7e2bf902a466f7e5433b0e22600439b6074d462322fc9746770911d" diff --git a/pyproject.toml b/pyproject.toml index 8c9dc9d..5622825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ hypercorn = "^0.15.0" uvloop = "^0.19.0" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.340" +pyright = "^1.1.341" pylint = "^3.0.3" pytest = "^7.4.3" ruff = "^0.1.8"