From 6bca31868387c841feb182613642700e6de6ce8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:54:36 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/python-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-dev.txt b/requirements/python-dev.txt index 10685eb..3e8ecc0 100644 --- a/requirements/python-dev.txt +++ b/requirements/python-dev.txt @@ -3,5 +3,5 @@ mypy==1.11.2 pre-commit==4.0.1 pytest==8.3.2 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.0 towncrier==24.8.0