diff --git a/poetry.lock b/poetry.lock index f2da499..0d99cba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "black" @@ -439,14 +439,14 @@ files = [ [[package]] name = "pyright" -version = "1.1.399" +version = "1.1.402" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pyright-1.1.399-py3-none-any.whl", hash = "sha256:55f9a875ddf23c9698f24208c764465ffdfd38be6265f7faf9a176e1dc549f3b"}, - {file = "pyright-1.1.399.tar.gz", hash = "sha256:439035d707a36c3d1b443aec980bc37053fbda88158eded24b8eedcf1c7b7a1b"}, + {file = "pyright-1.1.402-py3-none-any.whl", hash = "sha256:2c721f11869baac1884e846232800fe021c33f1b4acb3929cff321f7ea4e2982"}, + {file = "pyright-1.1.402.tar.gz", hash = "sha256:85a33c2d40cd4439c66aa946fd4ce71ab2f3f5b8c22ce36a623f59ac22937683"}, ] [package.dependencies] @@ -729,4 +729,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f36130b9e24a7d5d31c83c5d4a4673624d05c5b24b3b2fda45fdb8389e5ceabd" +content-hash = "51cd21988543800c491952949d56b420441b219f7205faf3ac0036117002a746" diff --git a/pyproject.toml b/pyproject.toml index 68fd6f5..3b86781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ loguru = "0.7.3" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.376" +pyright = "^1.1.402" black = "^24.8.0" pre-commit = "^3.8.0" ruff = "^0.11.2"