Skip to content

Commit

Permalink
Bump coverage from 7.4.3 to 7.4.4
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>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 4e6ec0b commit d599249
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.3
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 d599249

Please sign in to comment.