diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index 1f3224698..b6a59eb2f 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -10,5 +10,5 @@ SQLalchemy==2.0.44 # testing pytest==8.4.2 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26.0 +pytest-asyncio==1.3.0 flake8==7.3.0 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index 04a72b7e5..dfe8f28b0 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -14,6 +14,6 @@ ipdb==0.13.13 mypy==1.18.2 pytest==8.4.2 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26.0 +pytest-asyncio==1.3.0 pytest-cov==7.0.0 pytest-sugar==1.1.1 diff --git a/demos/shortify/requirements.txt b/demos/shortify/requirements.txt index 661343c9a..e8872f395 100644 --- a/demos/shortify/requirements.txt +++ b/demos/shortify/requirements.txt @@ -4,4 +4,4 @@ pyyaml==6.0.3 redis==7.0.1 trafaret==2.1.1 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26 +pytest-asyncio==1.3.0