From 12cd9b1fe7a9a932e76aeac1cf5c069726ffa30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:14:31 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.0 to 0.25.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.2) --- 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 6308d6b..761c7a1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ dev_dependencies = [ "pytest==8.3.4", - "pytest-asyncio==0.25.0", + "pytest-asyncio==0.25.2", "pytest-monitor==1.6.6; sys_platform == 'linux'", "pytest-xdist==3.6.1", "ruff>=0.8.1",