From c9e4f8fcc6fa8afdce1be05f74dc5665dea0f409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 11:01:27 +0000 Subject: [PATCH] build(deps): bump codecov from 2.1.9 to 2.1.10 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.9 to 2.1.10. - [Release notes](https://github.com/codecov/codecov-python/releases) - [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-python/compare/v2.1.9...v2.1.10) Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index ab7b77cf..0329b71b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ -r extras.txt # Required packages: -codecov==2.1.9 +codecov==2.1.10 coverage==5.3 flake8==3.8.4 mypy==0.790