From a5ce04a7e5f9840c178e4fd321c2764ec6035997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:23:59 +0000 Subject: [PATCH] build(deps-dev): bump codecov from 2.0.15 to 2.1.9 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.1.9. - [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.1.9) Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 228f694..9cf7acd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -89,11 +89,11 @@ version = "7.0" [[package]] category = "dev" -description = "Hosted coverage reports for Github, Bitbucket and Gitlab" +description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab" name = "codecov" optional = false -python-versions = "*" -version = "2.0.15" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "2.1.9" [package.dependencies] coverage = "*" @@ -390,7 +390,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] -content-hash = "330085d331cf02fbd1f23c8ae260bc9cbc4df146a1fcce8c06622bd98b84bb52" +content-hash = "53e0691793798e8a60e49fd862abd1a17f31f1c52a8b98f1f90fc42fe094e4ea" python-versions = "^3.7" [metadata.files] @@ -427,8 +427,9 @@ click = [ {file = "Click-7.0.tar.gz", hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"}, ] codecov = [ - {file = "codecov-2.0.15-py2.py3-none-any.whl", hash = "sha256:ae00d68e18d8a20e9c3288ba3875ae03db3a8e892115bf9b83ef20507732bed4"}, - {file = "codecov-2.0.15.tar.gz", hash = "sha256:8ed8b7c6791010d359baed66f84f061bba5bd41174bf324c31311e8737602788"}, + {file = "codecov-2.1.9-py2.py3-none-any.whl", hash = "sha256:24545847177a893716b3455ac5bfbafe0465f38d4eb86ea922c09adc7f327e65"}, + {file = "codecov-2.1.9-py3.8.egg", hash = "sha256:7877f68effde3c2baadcff807a5d13f01019a337f9596eece0d64e57393adf3a"}, + {file = "codecov-2.1.9.tar.gz", hash = "sha256:355fc7e0c0b8a133045f0d6089bde351c845e7b52b99fec5903b4ea3ab5f6aab"}, ] colorama = [ {file = "colorama-0.4.1-py2.py3-none-any.whl", hash = "sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"}, diff --git a/pyproject.toml b/pyproject.toml index 92915b2..c8e079e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ path = "^13.1.0" [tool.poetry.dev-dependencies] green = "3.0.0" coverage = "5.2.1" -codecov = "2.0.15" +codecov = "2.1.9" mashumaro = "1.9" bandit = "^1.6.2" black = "^19.10b0"