From 933e2443cc9164d326ae70a8c0baf4d4b92b5e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 18:41:27 +0000 Subject: [PATCH] Bump codecov from 2.0.15 to 2.0.16 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. - [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.15...v2.0.16) --- updated-dependencies: - dependency-name: codecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements_dev.txt diff --git a/requirements_dev.txt b/requirements_dev.txt old mode 100755 new mode 100644 index bc38721..65f17a3 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pytest==5.1.3 pytest-cov==2.7.1 pytest-mock==1.11.0 -codecov==2.0.15 +codecov==2.0.16 requests_mock==1.7.0