From d15b7234100aa62d0ea256340a946d50c8d25648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:02:07 +0000 Subject: [PATCH] chore(deps): bump pytest-asyncio from 0.24.0 to 1.3.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56f1c70..9e9d703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ croniter==6.2.2 pytz==2026.2 python-dotenv==1.2.2 pytest==8.3.0 -pytest-asyncio==0.24.0 +pytest-asyncio==1.3.0 aiohttp>=3.13.5 arq==0.28.0 PyJWT>=2.12.1