From e38c5c30cf0e0a11bae6e650dbc576565518a807 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 09:17:59 +0000 Subject: [PATCH] Bump codecov from 2.1.0 to 2.1.1 Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.0 to 2.1.1. - [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) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5487617..0d3f2fa 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.0" +version = "2.1.1" [package.dependencies] coverage = "*" @@ -665,7 +665,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "ff7cf968a34a2e62187101091776148dae22239504c399e1c56be79009116bba" +content-hash = "20ee48859dfbdbd4870c1b2710f93413ce397e9f86498b385c457cfdfe5fdccd" python-versions = "^3.7" [metadata.files] @@ -706,7 +706,7 @@ click = [ {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, ] codecov = [ - {file = "codecov-2.1.0.tar.gz", hash = "sha256:43ad6cb3e7de073d911aa3ab6a754db88d270fcb0e0d8e2062b964098a51d69b"}, + {file = "codecov-2.1.1.tar.gz", hash = "sha256:520ab0ef447d695a9f71e83f9fa65eedbd2d6d1022ff88836e27b9eb82fbdc7b"}, ] colorama = [ {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, diff --git a/pyproject.toml b/pyproject.toml index 9a32a1b..0bc4af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-black = "^0.1.2" flake8-bugbear = "^20.1.4" safety = "^1.8.5" mypy = "^0.770" -codecov = "^2.1.0" +codecov = "^2.1.1" pytest-mock = "^3.0.0" typeguard = "^2.7.1" pre-commit = "^2.4.0"