Skip to content

Commit

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

---
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 Aug 7, 2024
1 parent 841ff9f commit 7eabf5b
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.0",
"coverage==7.6.1",
"pre-commit>=3.5.0",
"pytest==8.3.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.6.0
coverage==7.6.1
pre-commit>=3.5.0
pytest==8.3.2
pytest-randomly==3.15.0
Expand Down

0 comments on commit 7eabf5b

Please sign in to comment.