From 48fe30288d6001d15fd7c7590208dbe452dc2632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:23:37 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 0.23.3 in /server Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.23.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d481ac4..60474178 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -47,7 +47,7 @@ isort==5.12.0 flake8==6.1.0 pytest==7.4.4 pytest-django==4.5.2 -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.3 pytest-cov==4.1.0 pytest-rerunfailures==13.0 aioresponses==0.7.4