From f3f7e1bf1cebd82827df4f08affd9e568116abfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 12:02:30 +0000 Subject: [PATCH] build(deps): bump codecov from 2.0.22 to 2.1.8 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.22 to 2.1.8. - [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.0.22...2.1.8) 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 cb7c947d..f6f7c462 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ -r extras.txt # Required packages: -codecov==2.0.22 +codecov==2.1.8 coverage==4.5.3 flake8==3.7.9 mypy==0.770