From 15ec5c04317db73fdc7a7d3fa3c748d1d643f048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:13:17 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.20.3 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 49791aaf..5fe2661d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ mypy == 1.9.0 pre-commit == 3.3.3 pylint == 3.1.0 pytest == 8.1.1 -pytest-asyncio == 0.20.3 +pytest-asyncio == 0.24.0 pytest-cov == 4.1.0 pytest-pythonhashseed == 1.0.1 pytest-random-order == 1.1.1