From 5791bcbcfdb93d0d3a56543cad3f91db55c7a059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:55:09 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.4 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.4 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.4...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e11d68..d0a451f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ coverage==6.5.0 coveralls==3.3.1 decoy==2.1.1 flake8==7.1.1 -pytest-asyncio==0.23.4 +pytest-asyncio==0.24.0 pytest-cov==4.1.0 pytest-profiling==1.7.0 pytest-rerunfailures==13.0