diff --git a/poetry.lock b/poetry.lock index ad1993c43..b12b42f44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1501,19 +1501,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, - {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] backports-asyncio-runner = {version = ">=1.1,<2", markers = "python_version < \"3.11\""} -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] @@ -2064,4 +2064,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5ba0734c1d127aec706a468746f082e7780d0d49dd2879075e4a077890980692" +content-hash = "5ae05ff40ea9bec8144357276aa1506ab405b7ef9dab3ee0001edddb2cc7bc43" diff --git a/pyproject.toml b/pyproject.toml index d6bfc21fa..0125e5247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ black = "^25.11" pip-licenses = "^5.5.0" jinja2 = "^3.1.6" pytest = "^8.4.2" -pytest-asyncio = "^1.2.0" +pytest-asyncio = "^1.3.0" pytest-nhsd-apim = "^4.0.1" [tool.poetry.scripts]