diff --git a/poetry.lock b/poetry.lock index 42edc9d..2dcf7d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -979,13 +979,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.337" +version = "1.1.338" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.337-py3-none-any.whl", hash = "sha256:8cbd4ef71797258f816a8393a758c9c91213479f472082d0e3a735ef7ab5f65a"}, - {file = "pyright-1.1.337.tar.gz", hash = "sha256:81d81f839d1750385390c4c4a7b84b062ece2f9a078f87055d4d2a5914ef2a08"}, + {file = "pyright-1.1.338-py3-none-any.whl", hash = "sha256:28231a3c81ec738b3e1b02489eea5b67fb425a9be0717a32b2e075984623b3ff"}, + {file = "pyright-1.1.338.tar.gz", hash = "sha256:132aa74d2d58d4d27a5b922672b5b4d2be7f3931e7276a2b231d15af6e45daad"}, ] [package.dependencies] @@ -1448,4 +1448,4 @@ cuda = ["nvidia-cublas-cu11", "nvidia-cudnn-cu11"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "027f1c0e776e565cca4d627b47971ba46603e2485eba58eb9cee68dbd5d9adfc" +content-hash = "eae7408280f8d2964b0672e510699976832dfb7a03ab54e1a4ca00d207226fc5" diff --git a/pyproject.toml b/pyproject.toml index 5e90fbf..3521b1d 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.337" +pyright = "^1.1.338" pylint = "^3.0.2" pytest = "^7.4.3" ruff = "^0.1.6"