Skip to content

Commit

Permalink
Bump coverage from 7.6.0 to 7.6.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent b3a42f4 commit 004be8c
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 @@ -13,7 +13,7 @@ dependencies = [
]
optional-dependencies.dev = [
"black==24.4.2",
"coverage==7.6.0",
"coverage==7.6.1",
"lxml-stubs==0.5.1",
"mypy==1.11.1",
"pip-tools==7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.7
# via
# black
# pip-tools
coverage==7.6.0
coverage==7.6.1
# via ictu-kwaliteitsaanpak (pyproject.toml)
dill==0.3.8
# via pylint
Expand Down

0 comments on commit 004be8c

Please sign in to comment.