From b6dbe1fe27681a55dbfbf01f83136eba2afbb7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:59:52 -0700 Subject: [PATCH] Update pytest-asyncio requirement from ^0.21.1 to ^0.23.8 (#235) 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.21.1...v0.23.8) --- 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 d3d11cf47..f7d4b465c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ openapi-spec-validator = "^0.6.0" prance = "^23.6.21" pyenchant = "^3.2.2" pytest = "^8.0.2" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^0.23.8" pytest-cov = "^4.1.0" ruff = "^0.3.0" Sphinx = "^7.1.2"