diff --git a/poetry.lock b/poetry.lock index be26108..9be575a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ testutils = ["gitpython (>3)"] [[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] @@ -298,4 +298,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f6d6c880c5fdb3201e11a5d3f8a09aacd5fb901ac77948644aad469c102867d4" +content-hash = "49bd5cf478d972d8e06debc2d67892d6b812ec3fc6f75656d1643544d6b46309" diff --git a/pyproject.toml b/pyproject.toml index f9f2dfd..a1b182f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ authors = ["winstxnhdw "] python = "^3.8" [tool.poetry.group.dev.dependencies] -pyright = "^1.1.390" +pyright = "^1.1.391" pylint = "^3.2.7" pytest = "^8.3.4" ruff = "^0.8.3"