diff --git a/pyproject.toml b/pyproject.toml index 33e70e5..355ca27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "pre-commit>=4.6.0", "pyright>=1.1.409", "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", + "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "pytest-httpx>=0.36.2", "pytest-randomly>=4.1.0", diff --git a/uv.lock b/uv.lock index d59d6ed..c1e0e79 100644 --- a/uv.lock +++ b/uv.lock @@ -507,7 +507,7 @@ dev = [ { name = "pre-commit", specifier = ">=4.6.0" }, { name = "pyright", specifier = ">=1.1.409" }, { name = "pytest", specifier = ">=9.0.3" }, - { name = "pytest-asyncio", specifier = ">=1.3.0" }, + { name = "pytest-asyncio", specifier = ">=1.4.0" }, { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "pytest-httpx", specifier = ">=0.36.2" }, { name = "pytest-randomly", specifier = ">=4.1.0" },