We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e769dba commit b4e68daCopy full SHA for b4e68da
requirements-dev.txt
@@ -1,14 +1,14 @@
1
flake8>=3.9.1
2
-pytest==8.0.2
3
-pytest-cov==4.1.0
4
-pytest-asyncio==0.23.5
+pytest>=8.3.4
+pytest-cov>=5.0.0
+pytest-asyncio>=0.24.0
5
+trustme>=0.9.0
6
trio>=0.24.0
-pytest-trio==0.8.0
7
-trustme==0.9.0
+pytest-trio>=0.8.0
8
attrs>=22.1.0
9
curio>=1.4; python_version < "3.12" # https://github.com/dabeaz/curio/issues/367
10
anyio>=3.3.4,<5.0.0
11
yarl>=1.4.2
12
-async-timeout==4.0.0; python_version < "3.11"
+async-timeout>=4.0.0; python_version < "3.11"
13
flask>=1.1.2
14
tiny-proxy>=0.1.1
0 commit comments