From 6f181a92375368c8ea68c0508c5aed57d795341d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:20:29 +0000 Subject: [PATCH] pip dev(deps-dev): bump pytest-asyncio from 0.21.1 to 0.25.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.25.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.25.0) --- 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 8e98be6a27..909f4065f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -139,7 +139,7 @@ testing = pytest-cov==5.0.0; python_version >= '3.11' pytest-xdist==3.5.0; python_version >= '3.11' pytest-mock==3.14.0; python_version >= '3.11' - pytest-asyncio==0.21.1; python_version >= '3.11' + pytest-asyncio==0.25.0; python_version >= '3.11' autopep8==1.6.0 mypy==0.971 py-spy==0.3.12