From 132c68e360f8f62f90820faa7eeb1c0de5ba8e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:26:11 +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:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1b8645ec..a57ea371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -319,14 +319,14 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codecov" -version = "2.1.12" +version = "2.0.16" description = "Hosted coverage reports for GitHub, Bitbucket and Gitlab" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "codecov-2.1.12-py2.py3-none-any.whl", hash = "sha256:585dc217dc3d8185198ceb402f85d5cb5dbfa0c5f350a5abcdf9e347776a5b47"}, - {file = "codecov-2.1.12.tar.gz", hash = "sha256:a0da46bb5025426da895af90938def8ee12d37fcbcbbbc15b6dc64cf7ebc51c1"}, + {file = "codecov-2.0.16-py2.py3-none-any.whl", hash = "sha256:38b32934e759a29313382287f59986f25613708f60760c88d31e956399bbeffe"}, + {file = "codecov-2.0.16.tar.gz", hash = "sha256:4cf93c30cc1ddb6d7414fce0a45816889499c3febc8bbbc24f1cd1936a804087"}, ] [package.dependencies] @@ -934,4 +934,4 @@ ssh = ["paramiko"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "2dc7af70ba56cc392db47437c4d6f25fa80b3f50cbdd5794800fca004a9a73b6" +content-hash = "b18ad71ae16042d6f16a7660ac269c1ac2000de11bc0b26bfc6263e4b5dc27ee" diff --git a/pyproject.toml b/pyproject.toml index d056c6b8..5dc37cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ black = "^22.3.0" flake8 = "^6.0.0" pytest = "^6.0.0" coverage = "^5.0.3" -codecov = "^2.0.15" +codecov = "^2.0.16" pyupgrade = "^2.7.2" apache-libcloud = "^3.1.0" pytest-cov = "^2.12.1"