Skip to content

Commit bac8c65

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest](https://github.com/pytest-dev/pytest). Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4727c6c commit bac8c65

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
@@ -32,9 +32,9 @@ dependencies = [
3232
[project.optional-dependencies]
3333
test = [
3434
"matplotlib==3.10.1",
35-
"pytest-cov==6.2.1",
35+
"pytest-cov==7.0.0",
3636
"pytest-mpl==0.17.0",
37-
"pytest==8.4.1",
37+
"pytest==8.4.2",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)