Skip to content

Commit 0410bbc

Browse files
authored
Bump trio and downgrade attrs on the requirements.txt (#2660)
* Bump trio * Downgrade attrs
1 parent bdcecd4 commit 0410bbc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Optionals
22
-e .[full]
33

4-
# TODO: We need to delete the following line when fixing the test suite for anyio 4.4.0.
5-
anyio==4.4.0
6-
74
# Testing
85
coverage==7.6.0
96
importlib-metadata==8.2.0
@@ -14,7 +11,9 @@ types-contextvars==2.4.7.3
1411
types-PyYAML==6.0.12.20240724
1512
types-dataclasses==0.6.6
1613
pytest==8.3.2
17-
trio==0.26.0
14+
trio==0.26.1
15+
# TODO: Remove when trio is updated.
16+
attrs==23.2.0
1817

1918
# Documentation
2019
mkdocs==1.6.0

0 commit comments

Comments
 (0)