From ce956b382009b3476429d8c611ddd3443b02da84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:17:10 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.21.0 to 0.23.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.23.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.23.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c83f481b7..9d9293620 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: [ "pytest==7.4.0", "pytest-cov==4.1.0", - "pytest-asyncio==0.21.0", + "pytest-asyncio==0.23.2", "pytest_virtualenv==1.7.0", "flake8==6.1.0", "click==8.1.3",