Skip to content

Commit

Permalink
Bump coverage from 7.5.1 to 7.5.2 in /requirements (#1346)
Browse files Browse the repository at this point in the history
* Bump coverage from 7.5.1 to 7.5.2 in /requirements

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.1...7.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fixed too short version title underline in CHANGES

...causing the release build to fail; see
https://github.com/jazzband/django-simple-history/actions/runs/9244139646/job/25429085689

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anders <[email protected]>
  • Loading branch information
dependabot[bot] and ddabble committed May 26, 2024
1 parent aa2bb71 commit 3854269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unreleased


3.6.0 (2024-05-26)
----------
------------------

- Support custom History ``Manager`` and ``QuerySet`` classes (gh-1280)
- Renamed the (previously internal) admin template
Expand Down
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage==7.5.1
coverage==7.5.2
toml==0.10.2

0 comments on commit 3854269

Please sign in to comment.