Skip to content

Commit

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

---
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] authored Oct 14, 2024
1 parent 733054c commit 69ea79b
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.10.0",
"coverage==7.6.1",
"coverage==7.6.3",
"lxml-stubs==0.5.1",
"mypy==1.11.2",
"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.1
coverage==7.6.3
# via ictu-kwaliteitsaanpak (pyproject.toml)
dill==0.3.8
# via pylint
Expand Down

0 comments on commit 69ea79b

Please sign in to comment.