diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..a818798 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -23,7 +23,7 @@ python-multipart>=0.0.6,<0.1.0 # Testing pytest>=8.0.0,<9.0.0 pytest-cov>=4.1.0,<5.0.0 -pytest-asyncio>=0.23.0,<0.24.0 +pytest-asyncio>=0.23.0,<1.4.0 # Code Quality black>=24.1.0,<25.0.0