Skip to content

Commit b4e68da

Browse files
committed
Update some dev dependencies
1 parent e769dba commit b4e68da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
flake8>=3.9.1
2-
pytest==8.0.2
3-
pytest-cov==4.1.0
4-
pytest-asyncio==0.23.5
2+
pytest>=8.3.4
3+
pytest-cov>=5.0.0
4+
pytest-asyncio>=0.24.0
5+
trustme>=0.9.0
56
trio>=0.24.0
6-
pytest-trio==0.8.0
7-
trustme==0.9.0
7+
pytest-trio>=0.8.0
88
attrs>=22.1.0
99
curio>=1.4; python_version < "3.12" # https://github.com/dabeaz/curio/issues/367
1010
anyio>=3.3.4,<5.0.0
1111
yarl>=1.4.2
12-
async-timeout==4.0.0; python_version < "3.11"
12+
async-timeout>=4.0.0; python_version < "3.11"
1313
flask>=1.1.2
1414
tiny-proxy>=0.1.1

0 commit comments

Comments
 (0)