From 4f0b889defe0e6ba196a3b560455b99b926afe96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 00:30:34 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.2 to 0.25.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86b97891..1f49536d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ testing-basic = [ "certomancer>=0.12.3,<0.13", "pytest-cov>=4.0,<6.1", "pytest-asyncio==0.24.0;python_version<\"3.9\"", - "pytest-asyncio==0.25.2;python_version>=\"3.9\"", + "pytest-asyncio==0.25.3;python_version>=\"3.9\"", "backports.zoneinfo[tzdata];python_version<\"3.9\"", ] testing = [