From a9e489110cad2b48b37c403c2b1cf6ce6ae60deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:10:34 +0000 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3307593..1a9f009 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages(), include_package_data=True, install_requires=requirements, - extras_require={"test": ["coverage==7.6.4", "pytest==8.3.3", "pytest-cov==5.0.0", "tox==4.23.2"]}, + extras_require={"test": ["coverage==7.6.4", "pytest==8.3.3", "pytest-cov==6.0.0", "tox==4.23.2"]}, entry_points=""" [console_scripts] xml-validate=validator.__main__:cli