diff --git a/poetry.lock b/poetry.lock index 1040bbf48..93c1d59af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2488,14 +2488,14 @@ files = [ [[package]] name = "pyright" -version = "1.1.402" +version = "1.1.403" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pyright-1.1.402-py3-none-any.whl", hash = "sha256:2c721f11869baac1884e846232800fe021c33f1b4acb3929cff321f7ea4e2982"}, - {file = "pyright-1.1.402.tar.gz", hash = "sha256:85a33c2d40cd4439c66aa946fd4ce71ab2f3f5b8c22ce36a623f59ac22937683"}, + {file = "pyright-1.1.403-py3-none-any.whl", hash = "sha256:c0eeca5aa76cbef3fcc271259bbd785753c7ad7bcac99a9162b4c4c7daed23b3"}, + {file = "pyright-1.1.403.tar.gz", hash = "sha256:3ab69b9f41c67fb5bbb4d7a36243256f0d549ed3608678d381d5f51863921104"}, ] [package.dependencies] @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "426cccd3086cd332afb6f2d8ce4029199d9bdd1950111f869dc2571dc2b03aeb" +content-hash = "b2eba2610d6598d4c6780bdbe5076a7222c00eb3ddcb9422fa8499f04385253f" diff --git a/pyproject.toml b/pyproject.toml index af183422e..d86fe4e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ aiohttp = "^3.12.14" awscli = "^1.37.24" awscli-local = "^0.22.0" polyfactory = "^2.20.0" -pyright = "^1.1.394" +pyright = "^1.1.403" brunns-matchers = "^2.9.0" localstack = "^4.6.0" pytest-docker = "^3.2.3"