Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent de11b0d commit e634c53
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.6.3",
"coverage==7.6.4",
"pre-commit>=3.5.0",
"pytest==8.3.3",
"pytest-randomly==3.16.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.9.2
coverage==7.6.3
coverage==7.6.4
pre-commit>=3.5.0
pytest==8.3.3
pytest-randomly==3.16.0
Expand Down

0 comments on commit e634c53

Please sign in to comment.