From 20a61d19d14032036e308a63efae5d0495dfbb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:20:39 -0700 Subject: [PATCH] Update pytest-asyncio requirement from ^0.20.3 to ^0.21.0 (#69) Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0a20a1c7..0177ec780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ toml = "^0.10.2" sphinx-rtd-theme = "^1.0.0" sphinx-automodapi = "^0.15" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" openapi-parser = "^0.2.6" autopep8 = "^1.6.0" prance = "^0.22.11"