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 4e5157d commit 91ac0fdCopy full SHA for 91ac0fd
requirements-dev.txt
@@ -1,17 +1,14 @@
1
-importlib_metadata==4.12.0; python_version == "3.7"
2
-flake8==3.9.1
3
-pytest==7.0.1
4
-pytest-cov==3.0.0
5
-coveralls==3.3.1
6
-pytest-asyncio==0.16.0; python_version < "3.7"
7
-pytest-asyncio==0.18.3; python_version >= "3.7"
+flake8>=3.9.1
+pytest==8.0.2
+pytest-cov==4.1.0
+pytest-asyncio==0.23.5
+trio==0.24.0
+pytest-trio==0.8.0
8
trustme==0.9.0
9
attrs>=22.1.0
10
-trio>=0.16.0
11
-pytest-trio>=0.7.0
12
-curio>=1.4
+curio>=1.4; python_version < "3.12" # https://github.com/dabeaz/curio/issues/367
13
anyio>=3.3.4,<5.0.0
14
yarl>=1.4.2
15
-async-timeout>=3.0.1
+async-timeout==4.0.0
16
flask>=1.1.2
17
tiny-proxy>=0.1.1
0 commit comments