Skip to content

Commit

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

---
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 21, 2024
1 parent 98b9ef2 commit fb64882
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.3",
"coverage==7.6.4",
"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.3"]
coverage = ["coverage==7.6.4"]
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 fb64882

Please sign in to comment.