From 516465ee51b7e93ee196ca18d9b57b49be7d8b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:21:24 +0000 Subject: [PATCH] Bump coverage from 7.2.7 to 7.4.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.4.1. - [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.2.7...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 3f8e4bd2..3e53ee0d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,7 +1,7 @@ -r staging.txt ansible==7.5.0 ansible-lint==6.9.0 -coverage==7.2.7 +coverage==7.4.1 factory_boy==3.2.1 flake8==6.0.0 ipython==8.14.0