From b67857c5ee73f311c4de0ee149b3a22b29cf1339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:34:24 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ~=0.24 to ~=0.25 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 937e2ce..83c67fe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,5 +3,5 @@ auditwheel~=6.1 patchelf~=0.17 pdoc~=15.0 pytest~=8.3 -pytest-asyncio~=0.24 +pytest-asyncio~=0.25 pytest-cov~=6.0