Skip to content

Commit

Permalink
Bump coverage from 7.4.1 to 7.4.3
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.1 to 7.4.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.1...7.4.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 55defa1 commit 6cf7f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=requirements,
extras_require={"test": ["coverage==7.4.1", "pytest==8.0.1", "pytest-cov==4.1.0", "tox==4.13.0"]},
extras_require={"test": ["coverage==7.4.3", "pytest==8.0.1", "pytest-cov==4.1.0", "tox==4.13.0"]},
entry_points="""
[console_scripts]
xml-validate=validator.__main__:cli
Expand Down

0 comments on commit 6cf7f8c

Please sign in to comment.