From d38f6df98e52bc068f2023432a0ff3aab7aaa187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:05:56 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.26.0 to 1.2.0 in /server Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.26.0 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 82228c29..31e72f86 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -45,7 +45,7 @@ isort==6.0.1 flake8==7.2.0 pytest==8.3.5 pytest-django==4.11.1 -pytest-asyncio==0.26.0 +pytest-asyncio==1.2.0 pytest-cov==6.1.1 pytest-rerunfailures==15.1 aioresponses==0.7.8