From 3f33a1ed68e78a8c2fd813b1fd4e32e67d62ce84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:13:10 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.8 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aec0f945..737dad67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ testing-basic = [ "pytest>=6.1.1", "requests-mock>=1.8.0", "freezegun>=1.1.0", - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "certomancer==0.12.*", "pytest-cov>=4.0,<5.1", "backports.zoneinfo[tzdata];python_version<\"3.9\"",