Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 506c695 commit b387010
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 @@ -41,7 +41,7 @@ classifiers = [

[project.optional-dependencies]
development = [
"coverage==7.5.0",
"coverage==7.5.1",
"pre-commit>=3.5.0",
"pytest==8.2.0",
"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 @@ -13,7 +13,7 @@ urllib3>=1.21.1,<2.3
GitPython==3.1.43
pip
pydantic==2.7.1
coverage==7.5.0
coverage==7.5.1
pre-commit>=3.5.0
pytest==8.2.0
pytest-randomly==3.15.0
Expand Down

0 comments on commit b387010

Please sign in to comment.