diff --git a/poetry.lock b/poetry.lock index afaf4790..941bcc74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1250,14 +1250,14 @@ test = ["coverage", "mypy", "ruff", "wheel"] [[package]] name = "pyright" -version = "1.1.405" +version = "1.1.406" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "pyright-1.1.405-py3-none-any.whl", hash = "sha256:a2cb13700b5508ce8e5d4546034cb7ea4aedb60215c6c33f56cec7f53996035a"}, - {file = "pyright-1.1.405.tar.gz", hash = "sha256:5c2a30e1037af27eb463a1cc0b9f6d65fec48478ccf092c1ac28385a15c55763"}, + {file = "pyright-1.1.406-py3-none-any.whl", hash = "sha256:1d81fb43c2407bf566e97e57abb01c811973fdb21b2df8df59f870f688bdca71"}, + {file = "pyright-1.1.406.tar.gz", hash = "sha256:c4872bc58c9643dac09e8a2e74d472c62036910b3bd37a32813989ef7576ea2c"}, ] [package.dependencies] @@ -1860,4 +1860,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "88d4cd6d1847b7acb95ee496fa24c02130c6063a632182ea4f75b68d98bb8054" +content-hash = "8294b9277aca7125749fbc2854fc36d82a499d8cc778c564ac4cff41ff3b05a3" diff --git a/pyproject.toml b/pyproject.toml index 1a0515b9..28586b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requests-oauthlib = "^2.0.0" pre-commit = "^4.2.0" boto3 = "^1.40.42" faker = "^37.5.3" -pyright = "^1.1.405" +pyright = "^1.1.406" pyflakes = "^3.4.0" [tool.poetry.group.dev.dependencies]