From 3c239f8fa43ec33bdbf7c1f24cd1b21dc0a0df9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:18:26 +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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a94a3f..51dec8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ pytest==7.3.2 # via # -r requirements.in # pytest-asyncio -pytest-asyncio==0.21.0 +pytest-asyncio==0.21.1 # via -r requirements.in python-dateutil==2.8.2 # via -r requirements.in