Skip to content

Commit

Permalink
chore(deps): bump coverage from 7.6.1 to 7.6.2
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.2.
- [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.2)

---
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 Oct 10, 2024
1 parent cdf356e commit 7f80ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lint = [
"pylint-pydantic==0.3.2",
]
test = [
"coverage==7.6.1",
"coverage==7.6.2",
"dictdiffer==0.9.0",
"freezegun==1.5.1",
"pytest-datafiles==3.0.0",
Expand All @@ -72,7 +72,7 @@ spell_check = [
"codespell==2.3.0"
]
coverage = [
"coverage==7.6.1"
"coverage==7.6.2"
]
formatting = [
"black==24.10.0",
Expand Down

0 comments on commit 7f80ccb

Please sign in to comment.