Skip to content

Commit

Permalink
chore(deps): bump coverage from 7.6.11 to 7.6.12 (#575)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.11 to 7.6.12.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.11...7.6.12)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 97a98a9 commit de87c94
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 @@ -63,7 +63,7 @@ dev = [
lint = ["pylint==3.3.4", "pylint-pydantic==0.3.5"]
test = [
"kohlrahbi[sqlmodels]",
"coverage==7.6.11",
"coverage==7.6.12",
"dictdiffer==0.9.0",
"freezegun==1.5.1",
"pytest-datafiles==3.0.0",
Expand All @@ -80,7 +80,7 @@ typecheck = [
"types-requests==2.32.0.20241016 ",
]
spell_check = ["codespell==2.4.1"]
coverage = ["coverage==7.6.11"]
coverage = ["coverage==7.6.12"]
formatting = ["black==25.1.0", "isort==6.0.0"]
test_packaging = ["build==1.2.2.post1", "twine==6.1.0"]

Expand Down

0 comments on commit de87c94

Please sign in to comment.