diff --git a/poetry.lock b/poetry.lock index f2da499..3d614df 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.403" 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.403-py3-none-any.whl", hash = "sha256:c0eeca5aa76cbef3fcc271259bbd785753c7ad7bcac99a9162b4c4c7daed23b3"}, + {file = "pyright-1.1.403.tar.gz", hash = "sha256:3ab69b9f41c67fb5bbb4d7a36243256f0d549ed3608678d381d5f51863921104"}, ] [package.dependencies] @@ -729,4 +729,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f36130b9e24a7d5d31c83c5d4a4673624d05c5b24b3b2fda45fdb8389e5ceabd" +content-hash = "617b03fe27265d0c1cb6dfe66d0b9f25766f63a0b94fd5c14c22548f6702c10f" diff --git a/pyproject.toml b/pyproject.toml index 68fd6f5..f977498 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.403" black = "^24.8.0" pre-commit = "^3.8.0" ruff = "^0.11.2"