From 61edde08064065f50aca84cb15b99a93e61c3b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:12:56 +0000 Subject: [PATCH] chore(deps): bump pytest-cov from 4.1.0 to 5.0.0 in /requirements Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- requirements/local-base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 5518017c..13f02ee3 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -13,7 +13,7 @@ psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ pytest==8.1.1 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar -pytest-cov==4.1.0 +pytest-cov==5.0.0 # Code quality # ------------------------------------------------------------------------------ diff --git a/requirements/local-base.txt b/requirements/local-base.txt index acb989f8..6b5a296f 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -28,7 +28,7 @@ psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ pytest==8.1.1 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar -pytest-cov==4.1.0 +pytest-cov==5.0.0 pytest-asyncio==0.23.6 # https://github.com/pytest-dev/pytest-asyncio pytest-mock==3.14.0 # https://github.com/pytest-dev/pytest-mock