From 313a84067b1b6ee26ec933c6490fa069de90673c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 08:09:09 +0000 Subject: [PATCH] pip(deps): update coverage[toml] requirement from ~=6.1 to ~=6.4 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...6.4) --- 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 80b2a18a..fc37c3d2 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]~=6.4 isort~=5.10 moto~=3.1 pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7'