File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ six==1.16.0
42
42
# via
43
43
# tox
44
44
# virtualenv
45
+ toml==0.10.2
46
+ # via
47
+ # pre-commit
48
+ # tox
45
49
toposort==1.7
46
50
# via pip-compile-multi
47
51
tox==3.24.5
Original file line number Diff line number Diff line change 1
- pytest<7
2
- asgiref<3.5
1
+ pytest
2
+ asgiref
3
3
blinker
4
4
greenlet ; python_version < "3.11"
5
5
python-dotenv
Original file line number Diff line number Diff line change 1
- # SHA1:39a475af80093ba5deaee28d9ac0851afb91b6a9
1
+ # SHA1:69cf1e101a60350e9933c6f1f3b129bd9ed1ea7c
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
5
5
#
6
6
# pip-compile-multi
7
7
#
8
- asgiref==3.4.1
8
+ asgiref==3.5.0
9
9
# via -r requirements/tests.in
10
10
attrs==21.4.0
11
11
# via pytest
@@ -23,9 +23,9 @@ py==1.11.0
23
23
# via pytest
24
24
pyparsing==3.0.7
25
25
# via packaging
26
- pytest==6.2.5
26
+ pytest==7.0.0
27
27
# via -r requirements/tests.in
28
28
python-dotenv==0.19.2
29
29
# via -r requirements/tests.in
30
- toml==0.10.2
30
+ tomli==2.0.1
31
31
# via pytest
You can’t perform that action at this time.
0 commit comments