From 3854269063fe16a9fb90b0b411b23e8c3a8b4978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:21:56 +0200 Subject: [PATCH] Bump coverage from 7.5.1 to 7.5.2 in /requirements (#1346) * 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](https://github.com/nedbat/coveragepy/compare/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] * 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> --- CHANGES.rst | 2 +- requirements/coverage.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 181ad029..b4db1abf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 12253192..af321b21 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -1,2 +1,2 @@ -coverage==7.5.1 +coverage==7.5.2 toml==0.10.2