Skip to content

Commit 91ac0fd

Browse files
committed
Update dev dependencies
1 parent 4e5157d commit 91ac0fd

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

requirements-dev.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
flake8>=3.9.1
2+
pytest==8.0.2
3+
pytest-cov==4.1.0
4+
pytest-asyncio==0.23.5
5+
trio==0.24.0
6+
pytest-trio==0.8.0
87
trustme==0.9.0
98
attrs>=22.1.0
10-
trio>=0.16.0
11-
pytest-trio>=0.7.0
12-
curio>=1.4
9+
curio>=1.4; python_version < "3.12" # https://github.com/dabeaz/curio/issues/367
1310
anyio>=3.3.4,<5.0.0
1411
yarl>=1.4.2
15-
async-timeout>=3.0.1
12+
async-timeout==4.0.0
1613
flask>=1.1.2
1714
tiny-proxy>=0.1.1

0 commit comments

Comments
 (0)