Skip to content

Commit

Permalink
limit trio<0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Jun 17, 2024
1 parent 8f04a5c commit 1c25f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions requirements-dev-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -194,8 +194,9 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
trio==0.25.1
trio==0.24.0
# via
# -r requirements-dev.in
# pytest-trio
# trio-websocket (setup.py)
trustme==1.1.0
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pip-tools>=5.5.0
pytest>=4.6
pytest-cov
pytest-trio>=0.5.0
trio<0.25
trustme
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ tomli==2.0.1
# coverage
# pip-tools
# pytest
trio==0.25.1
trio==0.24.0
# via
# -r requirements-dev.in
# pytest-trio
# trio-websocket (setup.py)
trustme==1.1.0
Expand Down

0 comments on commit 1c25f94

Please sign in to comment.