diff --git a/poetry.lock b/poetry.lock index a325feb..f46ecaf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -979,13 +979,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.336" +version = "1.1.337" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.336-py3-none-any.whl", hash = "sha256:8f6a8f365730c8d6c1af840d937371fd5cf0137b6e1827b8b066bc0bb7327aa6"}, - {file = "pyright-1.1.336.tar.gz", hash = "sha256:f92d6d6845e4175833ea60dee5b1ef4d5d66663438fdaedccc1c3ba0f8efa3e3"}, + {file = "pyright-1.1.337-py3-none-any.whl", hash = "sha256:8cbd4ef71797258f816a8393a758c9c91213479f472082d0e3a735ef7ab5f65a"}, + {file = "pyright-1.1.337.tar.gz", hash = "sha256:81d81f839d1750385390c4c4a7b84b062ece2f9a078f87055d4d2a5914ef2a08"}, ] [package.dependencies] @@ -1448,4 +1448,4 @@ cuda = ["nvidia-cublas-cu11", "nvidia-cudnn-cu11"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ef4885f09afe473ff1acbdbb50ec1bff4c43156331876cd7a64e3644f67aaab3" +content-hash = "fe4a166040672231a4e13269ebed0260a653bf6e931770e6b30ebe58e4834a45" diff --git a/pyproject.toml b/pyproject.toml index 3a43d2b..be6f959 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.336" +pyright = "^1.1.337" pylint = "^3.0.2" pytest = "^7.4.3" ruff = "^0.1.6"