Skip to content

Commit 437267e

Browse files
Bump the python-packages group with 2 updates (#397)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version. Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v7.0.0) Updates `pytest-randomly` to 4.0.1 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@3.0.0...4.0.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pytest-randomly dependency-version: 4.0.1 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 379fce6 commit 437267e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ test = [
5757
"matplotlib >= 3.1.0, < 4",
5858
"packaging >= 14.0, < 100",
5959
"pytest >= 8.0, < 9",
60-
"pytest-cov >= 3.0, < 7",
60+
"pytest-cov >= 3.0, < 8",
6161
"pytest-durations >= 1.0.0, < 2",
6262
"pytest-env >= 1.0.0, < 2",
6363
"pytest-html >= 4.0.0, < 5",
6464
"pytest-mpl >= 0.14, < 1",
65-
"pytest-randomly >= 3.0.0, < 4",
65+
"pytest-randomly >= 3.0.0, < 5",
6666
"pytest-reportlog >= 0.2.1, < 1",
6767
"pytest-timeout >= 2.3.1, < 3",
6868
"pytest-xdist[psutil] >= 3.3.0, < 4",

0 commit comments

Comments
 (0)