From e21445b433161dbc26fc481c291999a1e5ffd025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:17:10 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ^0.23.5 to ^0.24.0 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.23.5...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a215aca..6c34a611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ coverage = "^7.1" pytest-cov = "^5.0.0" pytest-xdist = "^3.1.0" unasync = "^0.6.0" -pytest-asyncio = "^0.23.5" +pytest-asyncio = "^0.24.0" email-validator = "^2.0.0" tox = "^4.14.1" tox-pyenv = "^1.1.0"