From e8a94ada4fa7395335d4f8efcd6439a8a9d63872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:58:25 +0000 Subject: [PATCH] pip(deps): update coverage[toml] requirement from ~=6.1 to ~=7.2 Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version. - [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/6.1...7.2.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/DEV_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index ff176e24..3b26cdf5 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -1,7 +1,7 @@ black~=22.1 ; python_version >= '3.7' black~=21.4b0 ; python_version == '3.6' coveralls~=3.3 -coverage[toml]~=6.1 +coverage[toml]~=7.2 isort~=5.10 moto~=3.1 pre-commit~=2.20 ; python_version >= '3.7'