We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf0217 commit 5f041b2Copy full SHA for 5f041b2
test-requirements.txt
@@ -2,8 +2,8 @@ pytest==8.3.5
2
pytest-flake8==1.2.2
3
pytest-isort==4.0.0
4
pytest-cov==5.0.0
5
-faker==37.1.0
6
-aiohttp==3.11.16
7
-pytest-aiohttp==1.1.0
8
-pytest-asyncio==0.26.0
9
-aioresponses==0.7.8
+faker<=37.1.0
+aiohttp<=3.11.16
+pytest-aiohttp<=1.1.0
+pytest-asyncio<=0.26.0
+aioresponses<=0.7.8
0 commit comments