From 89622c878bccff525741fdae561f319abbf802c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:16:14 +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.23.7...v0.24.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 e280305..adee363 100644 --- a/wrappers/python/requirements.dev.txt +++ b/wrappers/python/requirements.dev.txt @@ -1,2 +1,2 @@ pytest~=8.2.2 -pytest-asyncio~=0.23.7 +pytest-asyncio~=0.24.0