From 61fcb16fab44cfc2d253a091d3ccd09f63d89228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:09:59 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement from >=1.0.0 to >=1.3.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/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 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 6460d28..bbf0709 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ aiohttp>=3.13.5,<4.0 aiodns>=4.0.0,<5.0 aioping>=0.4.0,<1.0 prometheus-client>=0.25.0,<1.0 -pytest-asyncio>=1.0.0 +pytest-asyncio>=1.3.0 tenacity>=9.1.0,<10.0 python-dotenv>=1.2.0,<2.0