From 8b24cfac485d184708c7dd7ff53ed5632ec91d22 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 31 Jul 2026 17:28:34 -0700 Subject: [PATCH] Allow pytest-asyncio 1.4 --- pyproject.toml | 3 +-- uv.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e365f454..db5f2fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pytest-cov>=5,<8", "pytest-xdist>=3.1.0", "unasync>=0.6.0", - "pytest-asyncio>=0.24,<1.4", + "pytest-asyncio>=0.24,<1.5", "email-validator>=2.0.0", "tox>=4.14.1", "tox-pyenv>=1.1.0", @@ -123,4 +123,3 @@ lines-after-imports = 2 [tool.mypy] ignore_missing_imports = true disable_error_code = ["annotation-unchecked"] - diff --git a/uv.lock b/uv.lock index 979473c0..98bfaaff 100644 --- a/uv.lock +++ b/uv.lock @@ -2054,7 +2054,7 @@ dev = [ { name = "mypy", marker = "platform_python_implementation == 'CPython'", specifier = ">=1.9.0" }, { name = "pre-commit", marker = "python_full_version >= '3.10'", specifier = ">=4.3.0" }, { name = "pytest", specifier = ">=8.0.2,<10.0.0" }, - { name = "pytest-asyncio", specifier = ">=0.24,<1.4" }, + { name = "pytest-asyncio", specifier = ">=0.24,<1.5" }, { name = "pytest-benchmark", specifier = ">=5.2.3" }, { name = "pytest-cov", specifier = ">=5,<8" }, { name = "pytest-xdist", specifier = ">=3.1.0" },