From 599612764db8def3f452f7c0d60f991817be1a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:29:38 +0200 Subject: [PATCH] Bump pytest-asyncio from 0.23.8 to 0.24.0 (#614) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 86764f46..74929e40 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ -r syntax.txt deepdiff==6.2.3 pytest==8.3.3 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-clarity==1.0.1 pytest-lazy-fixture==0.6.3 pytest-xdist==2.5.0