From 45e14504d8dbf4db23e6f25d8e381245b71597e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:45:47 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.1 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cfe90f46..f922759e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ lint = types-redis tests = pytest==8.3.3 - pytest-asyncio==0.24.0 + pytest-asyncio==0.25.1 pytest-cov==6.0.0 pytest-randomly==3.16.0 pytest-rerunfailures==15.0