From 1a861f2dcd2255b092f203662705ec9b5224eec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:40:52 +0000 Subject: [PATCH] chore(deps-dev): Bump coverage from 7.6.10 to 7.8.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.10 to 7.8.0. - [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.6.10...7.8.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ab4644..0442bf2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -coverage==7.6.10 +coverage==7.8.0 Flask-Testing==0.8.1 iniconfig==2.0.0 packaging==24.2