Skip to content

Commit 2c775ee

Browse files
chore(deps-dev): update pytest-cov requirement from ~=4.1 to ~=5.0 (appium#975)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2dab159 commit 2c775ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pre-commit = "~=2.21"
1313
pylint = "~=3.2.7"
1414
pylint-quotes = "~=0.2.3"
1515
pytest = "~=8.3"
16-
pytest-cov = "~=4.1"
16+
pytest-cov = "~=5.0"
1717
python-dateutil = "~=2.9"
1818
tox = "~=4.21"
1919
types-python-dateutil = "~=2.9"

0 commit comments

Comments
 (0)