From a46938e991daf934ccf7b78703016b67ca45da47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:44:53 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 482f37f9..d282cf48 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def read(path: str) -> str: "faker==18.3.1", "pytest==7.4.0", "pytest-aiohttp==0.3.0", - "pytest-asyncio==0.21.0", + "pytest-asyncio==0.21.1", "pytest-xdist==3.3.1", # enables parallel testing "filelock==3.12.2", # used for locks when running in parallel mode ],