From a2025116727bdd1f792dc024bd998ae7ccd89152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 21:27:26 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 1.3.0 to 1.4.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 7e6a318..a287b29 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,5 +3,5 @@ pytest==9.0.3 pytest-cov==7.1.0 aiohttp>=3.8.5 python-dateutil -pytest-asyncio==1.3.0 +pytest-asyncio==1.4.0 aioresponses \ No newline at end of file