From d5ca9ef6dbe312886f7d3d0ebf3f41d0912c81a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:56:54 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.1 in /ci/latest Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.1) --- 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 4a237a2..b9d0dc5 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -5,7 +5,7 @@ hypothesis==6.114.1 black==24.10.0 graphql-core==3.2.4 typing-extensions==4.12.2 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.1 pytest-cov==5.0.0 pytest-timeout==2.3.1 pytest==8.3.3