diff --git a/poetry.lock b/poetry.lock index f2da499..8c86e17 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.405" 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.405-py3-none-any.whl", hash = "sha256:a2cb13700b5508ce8e5d4546034cb7ea4aedb60215c6c33f56cec7f53996035a"}, + {file = "pyright-1.1.405.tar.gz", hash = "sha256:5c2a30e1037af27eb463a1cc0b9f6d65fec48478ccf092c1ac28385a15c55763"}, ] [package.dependencies] @@ -729,4 +729,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f36130b9e24a7d5d31c83c5d4a4673624d05c5b24b3b2fda45fdb8389e5ceabd" +content-hash = "616b63d88c5656b9a5f8249c9fb1b86d6ca641811d53667f1af0172ff0a0a354" diff --git a/pyproject.toml b/pyproject.toml index 68fd6f5..b8dfec8 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.405" black = "^24.8.0" pre-commit = "^3.8.0" ruff = "^0.11.2"