Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sfc-gh-astus committed Jul 16, 2024
1 parent 6180925 commit 2ebb124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ classifiers = [

[project.optional-dependencies]
development = [
"coverage==7.5.4",
"coverage==7.6.0",
"pre-commit>=3.5.0",
"pytest==8.2.2",
"pytest-randomly==3.15.0",
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ urllib3>=1.24.3,<2.3
GitPython==3.1.43
pip
pydantic==2.8.2
coverage==7.5.4
coverage==7.6.0
pre-commit>=3.5.0
pytest==8.2.2
pytest-randomly==3.15.0
Expand Down

0 comments on commit 2ebb124

Please sign in to comment.