Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 9, 2022
1 parent e37e871 commit 7c5f17a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ six==1.16.0
# via
# tox
# virtualenv
toml==0.10.2
# via
# pre-commit
# tox
toposort==1.7
# via pip-compile-multi
tox==3.24.5
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest<7
asgiref<3.5
pytest
asgiref
blinker
greenlet ; python_version < "3.11"
python-dotenv
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SHA1:39a475af80093ba5deaee28d9ac0851afb91b6a9
# SHA1:69cf1e101a60350e9933c6f1f3b129bd9ed1ea7c
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
asgiref==3.4.1
asgiref==3.5.0
# via -r requirements/tests.in
attrs==21.4.0
# via pytest
Expand All @@ -23,9 +23,9 @@ py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==6.2.5
pytest==7.0.0
# via -r requirements/tests.in
python-dotenv==0.19.2
# via -r requirements/tests.in
toml==0.10.2
tomli==2.0.1
# via pytest

0 comments on commit 7c5f17a

Please sign in to comment.