From baf662276eae4d852e3c9d55d27dd6130dae6b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:57:20 +0000 Subject: [PATCH] pip dev(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.8 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.8) --- 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..6aec952aa2 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.23.8; python_version >= '3.11' autopep8==1.6.0 mypy==0.971 py-spy==0.3.12