From d80bd523fc70adefccac68572efb0388c6887975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:55:25 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.0 to 0.21.1 in /requirements 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 887a0c52..697a2ec3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -103,7 +103,7 @@ pytest==7.3.1 # -r tests.in # pytest-asyncio # pytest-xprocess -pytest-asyncio==0.21.0 +pytest-asyncio==0.21.1 # via -r tests.in pytest-xprocess==0.22.2 # via -r tests.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 2312e4a1..6d680577 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -39,7 +39,7 @@ pytest==7.3.1 # -r tests.in # pytest-asyncio # pytest-xprocess -pytest-asyncio==0.21.0 +pytest-asyncio==0.21.1 # via -r tests.in pytest-xprocess==0.22.2 # via -r tests.in