Skip to content

Commit

Permalink
Bump trio and downgrade attrs on the requirements.txt (#2660)
Browse files Browse the repository at this point in the history
* Bump trio

* Downgrade attrs
  • Loading branch information
Kludex authored Aug 6, 2024
1 parent bdcecd4 commit 0410bbc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0410bbc

Please sign in to comment.