From 6911f6f6323337323bf080d47433d2ed1ec551eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:59:51 +0000 Subject: [PATCH] pip(deps-dev): bump pytest-asyncio from 0.25.0 to 0.25.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f1d1491c..8519e9a5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,13 +1176,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.0" +version = "0.25.2" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, - {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, + {file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"}, + {file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"}, ] [package.dependencies] @@ -1624,4 +1624,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a6ac50ee0cd5bed770801f03cbcba3bbffadd584dd6284aa517397e29f95d244" +content-hash = "c5d23872c91aa742d8f969f6f890560b2d47a1d9b5ddb184c949223c5b328349" diff --git a/pyproject.toml b/pyproject.toml index 33171ee88..743d9054b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ black = "^24.8" pip-licenses = "^5.0.0" jinja2 = "^3.1.5" pytest = "^8.3.4" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^0.25.2" pytest-nhsd-apim = "^3.4.3" [tool.poetry.scripts]