From a71a39bd1f02e5d175cf61f6317a9d311b30a71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:53:30 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.20.3 to 0.23.6 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.23.6. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.23.6) --- 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 0cf5b0f2..257686fc 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.23.6 pytest-cov == 4.1.0 pytest-random-order == 1.1.1 pytest-pythonhashseed == 1.0.1