From 3f842ee963a5126a86c33f9bfd1ef6f040663263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:33:07 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.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.24.0...v0.25.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 6dbc0028..7a30071e 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def read(path: str) -> str: "faker==18.3.1", "pytest==8.3.4", "pytest-aiohttp==1.0.5", - "pytest-asyncio==0.24.0", + "pytest-asyncio==0.25.2", "pytest-xdist==3.6.1", # enables parallel testing "filelock==3.16.1", # used for locks when running in parallel mode ],