]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump trio and downgrade attrs on the `requirements.txt` (#2660)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 6 Aug 2024 07:13:24 +0000 (09:13 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 07:13:24 +0000 (01:13 -0600)
* Bump trio

* Downgrade attrs

requirements.txt

index f0ea0c76b237c4cb1b2c031ab697467c465b4feb..669700d0b08d3467c545bcd4cb4eafccae0f7328 100644 (file)
@@ -1,9 +1,6 @@
 # Optionals
 -e .[full]
 
-# TODO: We need to delete the following line when fixing the test suite for anyio 4.4.0.
-anyio==4.4.0
-
 # Testing
 coverage==7.6.0
 importlib-metadata==8.2.0
@@ -14,7 +11,9 @@ types-contextvars==2.4.7.3
 types-PyYAML==6.0.12.20240724
 types-dataclasses==0.6.6
 pytest==8.3.2
-trio==0.26.0
+trio==0.26.1
+# TODO: Remove when trio is updated.
+attrs==23.2.0
 
 # Documentation
 mkdocs==1.6.0