From 8b70ae702781a6562320701163c8377b6ce17dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 06:18:48 +0000 Subject: [PATCH] Bump coverage[toml] from 5.3.1 to 5.4 Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 5.3.1 to 5.4. - [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/coverage-5.3.1...coverage-5.4) 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 c951e44a..700de2cb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ py2exe==0.10.2.0; sys_platform == 'win32' # Testing pytest==6.2.2 pytest-cov==2.11.1 # Pytest code coverage support -coverage[toml]==5.3.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs +coverage[toml]==5.4 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs # All of the normal requirements