Skip to content

Commit 4d47eb8

Browse files
Bump pytest from 7.4.4 to 8.0.0 in /dev_requirements (#702)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f9b0e4 commit 4d47eb8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dev_requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging==23.1
1414
# via pytest
1515
pluggy==1.3.0
1616
# via pytest
17-
pytest==7.4.4
17+
pytest==8.0.0
1818
# via
1919
# -r requirements-tests.in
2020
# pytest-datafiles

dev_requirements/requirements-type_check.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile '.\requirements-type_check.in'
66
#
7+
exceptiongroup==1.2.0
8+
# via pytest
79
iniconfig==2.0.0
810
# via pytest
911
mypy==1.8.0
@@ -18,8 +20,12 @@ packaging==23.1
1820
# via pytest
1921
pluggy==1.3.0
2022
# via pytest
21-
pytest==7.4.4
23+
pytest==8.0.0
2224
# via -r requirements-type_check.in
25+
tomli==2.0.1
26+
# via
27+
# mypy
28+
# pytest
2329
types-requests==2.31.0.20240106
2430
# via -r requirements-type_check.in
2531
typing-extensions==4.8.0

0 commit comments

Comments
 (0)