diff --git a/poetry.lock b/poetry.lock index ea2e93a..5c2f155 100644 --- a/poetry.lock +++ b/poetry.lock @@ -98,7 +98,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.1" +version = "2.1.3" [package.dependencies] coverage = "*" @@ -483,7 +483,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"] [metadata] -content-hash = "23e689c7012aab6852b5aa12bdfe675b7a7dc558a785edb39a971e31e15e0886" +content-hash = "6c173080253c3ac650e495adec1d08a47017f750723521edbae94e596b0ebd48" python-versions = "^3.5" [metadata.files] @@ -523,7 +523,8 @@ click = [ {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, ] codecov = [ - {file = "codecov-2.1.1.tar.gz", hash = "sha256:520ab0ef447d695a9f71e83f9fa65eedbd2d6d1022ff88836e27b9eb82fbdc7b"}, + {file = "codecov-2.1.3-py2.7.egg", hash = "sha256:e20e9fd7e530da14a22245862beb43a9fce9a6b998d9bf196c44d0207817b236"}, + {file = "codecov-2.1.3.tar.gz", hash = "sha256:2ebd639d8f621aabcce399e475b0302e436cb7e00e7724d1b2224bbf3f215a0c"}, ] colorama = [ {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, diff --git a/pyproject.toml b/pyproject.toml index 1740de2..c560ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,4 +30,4 @@ pytest = "^5.4.2" pytest-cov = "^2.8.1" coveralls = "^1.11.1" black = {version = "^19.10b0", python = "^3.6"} -codecov = "^2.1.1" +codecov = "^2.1.3"