Skip to content

Commit 2d3039b

Browse files
Bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 467251b commit 2d3039b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.4
1+
pytest==8.0.0
22
pytest-cov==4.1.0

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ iniconfig==1.1.1
1414
# via pytest
1515
packaging==21.3
1616
# via pytest
17-
pluggy==1.0.0
17+
pluggy==1.4.0
1818
# via pytest
1919
pyparsing==3.0.6
2020
# via packaging
21-
pytest==7.4.4
21+
pytest==8.0.0
2222
# via
2323
# -r requirements-dev.in
2424
# pytest-cov

0 commit comments

Comments
 (0)