From 69734996276eed064180d904251dc3cd3dcfaf16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:34:04 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.0 (#542) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 203c2f53..2b21a17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requirements-test = [ "mypy==1.13.0", "pytest==8.3.4", "pytest-aiohttp==1.0.5", - "pytest-asyncio==0.24.0", + "pytest-asyncio==0.25.0", "pytest-cov==6.0.0", "respx==0.21.1", "ruff==0.8.3",