From d72940270305c6b24d4426f8218cbeb2d415983a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:19:30 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.7 to 0.24.0 in /ci/latest Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/latest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/latest/requirements.txt b/ci/latest/requirements.txt index 178b8da..c64fb49 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -9,7 +9,7 @@ strawberry-graphql==0.235.1 websockets==12.0.0 rich==13.7.1 async-asgi-testclient==1.4.11 -pytest-asyncio==0.23.7 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 pytest-timeout==2.3.1 pytest==8.3.2