From 79341691a13eb522a46940c1234eed8f124ea69d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:29:42 +0000 Subject: [PATCH] Bump coverage from 5.2.1 to 5.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2.1 to 5.3. - [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.2.1...coverage-5.3) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5bc1fc046c..8603c01762 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ backcall==0.2.0 # via ipython black==20.8b1 ; implementation_name == "cpython" # via -r test-requirements.in cffi==1.14.2 # via cryptography click==7.1.2 # via black -coverage==5.2.1 # via pytest-cov +coverage==5.3 # via pytest-cov cryptography==3.1 # via pyopenssl, trustme decorator==4.4.2 # via ipython flake8==3.8.3 # via -r test-requirements.in