From 6c16673bdd9a517b0e31ee860956db083a892898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:02:52 +0000 Subject: [PATCH] Bump coverage from 4.5.4 to 5.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 5.5. - [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-4.5.4...coverage-5.5) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 913cc20..b13e800 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires=["aiohttp", "gunicorn", "uvloop", "authlib", "aiocache"], extras_require={ "test": [ - "coverage==4.5.4", + "coverage==5.5", "pytest<6.3", "pytest-cov", "coveralls",