From 40b9389a8aacfa2785ab39eb699a44c845d1c83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:56:19 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.7 to 0.23.8 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e37c0b0..0ad1cc4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ dev_dependencies = [ "pylint==3.2.2", "pytest==8.2.1", - "pytest-asyncio==0.23.7", + "pytest-asyncio==0.23.8", "pytest-monitor==1.6.6; sys_platform == 'linux'", "pytest-xdist==3.6.1", "isort==5.13.2",