diff --git a/poetry.lock b/poetry.lock index a9e5b4e2e59..47806925566 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3442,18 +3442,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "0.26.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, - {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, + {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, + {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, ] [package.dependencies] pytest = ">=8.2,<9" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.10\""} [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -4918,4 +4919,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "aee6e0d0f3f3d184527a7f699ecbde1b0505568a8516dbba399f718b11cf66b6" +content-hash = "4eb0bd5fbaa1d7a023151e07f520ebbe2a99675fb2225d6ab9f58e2672548617" diff --git a/pyproject.toml b/pyproject.toml index 32a250bd0b8..54d08d1101f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ boto3 = "^1.26.164" isort = ">=5.13.2,<7.0.0" pytest-cov = ">=5,<7" pytest-mock = "^3.14.0" -pytest-asyncio = ">=0.24,<0.26" +pytest-asyncio = ">=0.24,<0.27" bandit = "^1.7.10" radon = "^6.0.1" xenon = "^0.9.3"