diff --git a/poetry.lock b/poetry.lock index 7a38044dc..011a03ea2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2531,14 +2531,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.0.0" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, - {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, + {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, + {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, ] [package.dependencies] @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "3c99a4aba3ac85010ef4585588e96595534715374516e34ee0ff0f1fb5de4208" +content-hash = "2350628af120da594555f048a0aae61ed569ac3eb13b4e8993ebfa8d07deb750" diff --git a/pyproject.toml b/pyproject.toml index e822f0547..cb111864b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.4" gitpython = "^3.1.44" pytest = "^8.4.1" -pytest-asyncio = "^1.0.0" +pytest-asyncio = "^1.1.0" pytest-cov = "^6.0.0" pytest-nhsd-apim = "^5.0.0" aiohttp = "^3.12.14"