Skip to content

Commit db10c66

Browse files
committed
unpin pytest
1 parent d44534b commit db10c66

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

requirements/dev.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ click==8.0.3
1616
# pip-tools
1717
distlib==0.3.4
1818
# via virtualenv
19-
filelock==3.5.0
19+
filelock==3.5.1
2020
# via
2121
# tox
2222
# virtualenv
@@ -40,6 +40,10 @@ six==1.16.0
4040
# via
4141
# tox
4242
# virtualenv
43+
toml==0.10.2
44+
# via
45+
# pre-commit
46+
# tox
4347
toposort==1.7
4448
# via pip-compile-multi
4549
tox==3.24.5

requirements/tests.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest<7
1+
pytest

requirements/tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:43b07f68ee4dcf187dce9de79fc8dd462f1c99d6
1+
# SHA1:0eaa389e1fdb3a1917c0f987514bd561be5718ee
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -17,7 +17,7 @@ py==1.11.0
1717
# via pytest
1818
pyparsing==3.0.7
1919
# via packaging
20-
pytest==6.2.5
20+
pytest==7.0.1
2121
# via -r requirements/tests.in
22-
toml==0.10.2
22+
tomli==2.0.1
2323
# via pytest

0 commit comments

Comments
 (0)