From e413d3ce32fc7e7c03613207c10bca0b7752ce12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:32:10 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.2 in /ci/latest Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.2) --- 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 1b78f890..9dcad247 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -5,7 +5,7 @@ apluggy==1.0.3 exceptiongroup==1.2.2 transitions==0.9.2 nextline-test-utils==0.1.2 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.2 pytest-cov==6.0.0 pytest-timeout==2.3.1 pytest==8.3.3