diff --git a/poetry.lock b/poetry.lock index 6e927b5..ce22395 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -613,13 +613,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyright" -version = "1.1.390" +version = "1.1.391" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.390-py3-none-any.whl", hash = "sha256:ecebfba5b6b50af7c1a44c2ba144ba2ab542c227eb49bc1f16984ff714e0e110"}, - {file = "pyright-1.1.390.tar.gz", hash = "sha256:aad7f160c49e0fbf8209507a15e17b781f63a86a1facb69ca877c71ef2e9538d"}, + {file = "pyright-1.1.391-py3-none-any.whl", hash = "sha256:54fa186f8b3e8a55a44ebfa842636635688670c6896dcf6cf4a7fc75062f4d15"}, + {file = "pyright-1.1.391.tar.gz", hash = "sha256:66b2d42cdf5c3cbab05f2f4b76e8bec8aa78e679bfa0b6ad7b923d9e027cadb2"}, ] [package.dependencies] @@ -908,4 +908,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "238e2b386e56437b71fb859c8d92f5d0d5524234d27178905144163b2f7ab0bc" +content-hash = "852568f5383523baff7c70b8bada3a818cc90fcf6b863f6a7dc441734f97d576" diff --git a/pyproject.toml b/pyproject.toml index 8902a85..15a2a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ freezegun = "^1.5.1" pre-commit = "^4.0.1" virtualenv = "^20.28.0" # HACK: fix pre-commit: ModuleNotFoundError: No module named 'distutils' ruff = "^0.8.3" -pyright = { extras = ["nodejs"], version = "^1.1.390" } +pyright = { extras = ["nodejs"], version = "^1.1.391" } [tool.ruff] output-format = "grouped"