From 75a9fe3fe046ad0aa14f1a509b039e72f29c2d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:50:28 +0000 Subject: [PATCH] build(deps-dev): update pytest-asyncio requirement in /wrappers/python 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] --- wrappers/python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/requirements.dev.txt b/wrappers/python/requirements.dev.txt index 18888fe7..38330f11 100644 --- a/wrappers/python/requirements.dev.txt +++ b/wrappers/python/requirements.dev.txt @@ -1,2 +1,2 @@ pytest~=8.3.4 -pytest-asyncio~=0.24.0 +pytest-asyncio~=0.25.0