From 56080171e64e1798f8846e708551e8ac0a52e3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:30:41 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ^0.24.0 to >=0.24,<1.4 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.24.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 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 697fb869..d0d5bf71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ coverage = "^7.1" pytest-cov = "^5.0.0" pytest-xdist = "^3.1.0" unasync = "^0.6.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = ">=0.24,<1.4" email-validator = "^2.0.0" tox = "^4.14.1" tox-pyenv = "^1.1.0"