From da6bbfe69512b531143ac9d99d8f0db1a4cc82cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:39:09 +0000 Subject: [PATCH] Bump codecov from 2.1.3 to 2.1.4 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.3 to 2.1.4. - [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/commits/v2.1.4) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83b11e0..8008a01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -102,7 +102,7 @@ description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab" name = "codecov" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "2.1.3" +version = "2.1.4" [package.dependencies] coverage = "*" @@ -650,7 +650,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "ab0962e40427ee66c1250764153b56dcd254934efdeb399006b11daa8b0561d5" +content-hash = "336a1e5d85ed2a39e3ec62bc3f9007a22fc58201a64a7010a3d999b7c857c951" python-versions = "^3.7" [metadata.files] @@ -691,8 +691,9 @@ click = [ {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, ] codecov = [ - {file = "codecov-2.1.3-py2.7.egg", hash = "sha256:e20e9fd7e530da14a22245862beb43a9fce9a6b998d9bf196c44d0207817b236"}, - {file = "codecov-2.1.3.tar.gz", hash = "sha256:2ebd639d8f621aabcce399e475b0302e436cb7e00e7724d1b2224bbf3f215a0c"}, + {file = "codecov-2.1.4-py2.py3-none-any.whl", hash = "sha256:7378c4bec1809dde64031bf7d76c95266b0e6d60cfcd1d6a16ce96bfb6360ac3"}, + {file = "codecov-2.1.4-py3.8.egg", hash = "sha256:24c24a7c8d1231b83729c7a2a33655ce472a3ba05e0111d52701e3e3075657c9"}, + {file = "codecov-2.1.4.tar.gz", hash = "sha256:bf30a41f65e747b159e2a749d1f9c92042d358bba0905fd94d3def3a368e592c"}, ] colorama = [ {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, diff --git a/pyproject.toml b/pyproject.toml index a1bbda6..a0e11c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flake8-black = "^0.2.0" flake8-bugbear = "^20.1.4" safety = "^1.8.5" mypy = "^0.780" -codecov = "^2.1.3" +codecov = "^2.1.4" pytest-mock = "^3.0.0" typeguard = "^2.8.0" pre-commit = "^2.4.0"