From 81c1d1f368b259a556b5e44c261dd74d3e262a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:10:18 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.0 to 0.21.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... 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 bd2f49b..0867005 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ ipython==8.13.2 isort==5.12.0 mypy==1.2.0 pyodbc==4.0.39 -pytest-asyncio==0.21.0 +pytest-asyncio==0.21.1 pytest-cov==4.0.0 pytest-faulthandler==2.0.1 pytest-sugar