From a76d417b463282fc259d5fb67dd969834ac12b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:39:15 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.14.0 to 0.26.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.14.0...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a4a59e..6048d9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1744,21 +1744,22 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.14.0" -description = "Pytest support for asyncio." +version = "0.26.0" +description = "Pytest support for asyncio" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"}, - {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"}, + {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 = ">=5.4.0" +pytest = ">=8.2,<9" [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-nhsd-apim" @@ -2215,4 +2216,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "c7da4a86bb0ed416f7218ca08d204f839c3f1705fe9ea3f5673b8dabb83dbd3b" +content-hash = "64af1b0aafd1a834c2d05fe7d892531a49bb926d251d6b491e79b241ecb3b471" diff --git a/pyproject.toml b/pyproject.toml index 4b99ae4..95b8963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ gitpython = "^3.1.46" pytest = "^8.2.0" coverage = "^5.5" aiohttp = "^3.13.3" -pytest-asyncio = "^0.14.0" +pytest-asyncio = "^0.26.0" cryptography="46.0.5" [tool.poetry.scripts]