From 2a257f0899af86d3157d791c4bd9d024738f0601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:56:57 +0000 Subject: [PATCH] build(deps): update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0 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:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c41f31e..df7ff2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytz~=2024.2 requests~=2.32.3 numpy~=2.2.0 aiohttp~=3.11.10 -pytest-asyncio~=0.24.0 +pytest-asyncio~=0.25.0 aioresponses~=0.7.7 python-dotenv~=1.0.1 pytest-mock~=3.14.0