Skip to content

Commit 7c5f17a

Browse files
committed
update requirements
1 parent e37e871 commit 7c5f17a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

requirements/dev.txt

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ six==1.16.0
4242
# via
4343
# tox
4444
# virtualenv
45+
toml==0.10.2
46+
# via
47+
# pre-commit
48+
# tox
4549
toposort==1.7
4650
# via pip-compile-multi
4751
tox==3.24.5

requirements/tests.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest<7
2-
asgiref<3.5
1+
pytest
2+
asgiref
33
blinker
44
greenlet ; python_version < "3.11"
55
python-dotenv

requirements/tests.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# SHA1:39a475af80093ba5deaee28d9ac0851afb91b6a9
1+
# SHA1:69cf1e101a60350e9933c6f1f3b129bd9ed1ea7c
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
55
#
66
# pip-compile-multi
77
#
8-
asgiref==3.4.1
8+
asgiref==3.5.0
99
# via -r requirements/tests.in
1010
attrs==21.4.0
1111
# via pytest
@@ -23,9 +23,9 @@ py==1.11.0
2323
# via pytest
2424
pyparsing==3.0.7
2525
# via packaging
26-
pytest==6.2.5
26+
pytest==7.0.0
2727
# via -r requirements/tests.in
2828
python-dotenv==0.19.2
2929
# via -r requirements/tests.in
30-
toml==0.10.2
30+
tomli==2.0.1
3131
# via pytest

0 commit comments

Comments
 (0)