From a330becd114811d6681644594072551c72ff9d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:33:40 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.1 to 0.25.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.1 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.1...v0.25.2) --- 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 64c0effa..fd36bd0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,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.1;python_version>=\"3.9\"", + "pytest-asyncio==0.25.2;python_version>=\"3.9\"", "backports.zoneinfo[tzdata];python_version<\"3.9\"", ] testing = [