Skip to content

Commit

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

---
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 Nov 18, 2024
1 parent 9da2dbc commit eab41e6
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 @@ -55,7 +55,7 @@ dev = [
]
lint = ["pylint==3.3.1", "pylint-pydantic==0.3.2"]
test = [
"coverage==7.6.5",
"coverage==7.6.7",
"dictdiffer==0.9.0",
"freezegun==1.5.1",
"pytest-datafiles==3.0.0",
Expand All @@ -71,7 +71,7 @@ typecheck = [
"types-requests==2.32.0.20241016 ",
]
spell_check = ["codespell==2.3.0"]
coverage = ["coverage==7.6.5"]
coverage = ["coverage==7.6.7"]
formatting = ["black==24.10.0", "isort==5.13.2"]
test_packaging = ["build==1.2.2.post1", "twine==5.1.1"]

Expand Down

0 comments on commit eab41e6

Please sign in to comment.