diff --git a/pyproject.toml b/pyproject.toml index 40706b5..6d83c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dependencies = [ "pytest-cov==6.2.1", "mkdocs-material==9.6.15", "mkdocstrings[python]==0.29.1", - "pytest-asyncio==1.0.0", + "pytest-asyncio==1.1.0", "aioresponses==0.7.8", "pre-commit==4.2.0", "syrupy==4.9.1" @@ -95,7 +95,7 @@ dependencies = [ parallel = true extra-dependencies = [ "aioresponses==0.7.8", - "pytest-asyncio==1.0.0", + "pytest-asyncio==1.1.0", "syrupy==4.9.1", "pytest-cov==6.2.1", ]