Skip to content

Commit

Permalink
Bump coverage from 7.4.3 to 7.4.4 (#910)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.3...7.4.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>
Co-authored-by: Adam Stus <adam.stus@snowflake.com>
  • Loading branch information
dependabot[bot] and sfc-gh-astus authored Mar 20, 2024
1 parent a094aa9 commit ef1c404
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 @@ -39,7 +39,7 @@ classifiers = [

[project.optional-dependencies]
development = [
"coverage==7.4.3",
"coverage==7.4.4",
"pre-commit>=3.5.0",
"pytest==8.1.1",
"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 @@ -11,7 +11,7 @@ typer==0.9.0
urllib3>=1.21.1,<2.3
GitPython==3.1.42
pydantic==2.6.4
coverage==7.4.3
coverage==7.4.4
pre-commit>=3.5.0
pytest==8.1.1
pytest-randomly==3.15.0
Expand Down

0 comments on commit ef1c404

Please sign in to comment.