Skip to content

Commit fe0d8da

Browse files
Bump pytest-cov from 6.1.1 to 6.2.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 951c859 commit fe0d8da

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mypy==1.16.0
33
pip-tools==7.4.1
44
pre-commit==4.2.0
55
pytest==8.4.0
6-
pytest-cov==6.1.1
6+
pytest-cov==6.2.1
77
pytest-env==1.1.5

requirements-dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ pip-tools==7.4.1
3737
platformdirs==4.3.6
3838
# via virtualenv
3939
pluggy==1.5.0
40-
# via pytest
40+
# via
41+
# pytest
42+
# pytest-cov
4143
pre-commit==4.2.0
4244
# via -r requirements-dev.in
4345
pygments==2.19.1
@@ -51,7 +53,7 @@ pytest==8.4.0
5153
# -r requirements-dev.in
5254
# pytest-cov
5355
# pytest-env
54-
pytest-cov==6.1.1
56+
pytest-cov==6.2.1
5557
# via -r requirements-dev.in
5658
pytest-env==1.1.5
5759
# via -r requirements-dev.in

0 commit comments

Comments
 (0)