From a2c64af6a93cd8e01da1c575b6d769674b17481f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:45:07 +0000 Subject: [PATCH] deps(py): bump pytest-asyncio from 0.24.0 to 1.4.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.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 e537db7..ebc28a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ python-multipart==0.0.20 # Development and testing pytest==8.4.2 -pytest-asyncio==0.24.0 +pytest-asyncio==1.4.0 # Performance orjson==3.10.18