From d88b336175675bbda35b82d93117e0620c957125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 05:57:23 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 7.4.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 ab02bfd7..b439b927 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,7 +10,7 @@ psycopg2-binary==2.9.6 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==7.3.2 # https://github.com/pytest-dev/pytest +pytest==7.4.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.1.0 diff --git a/requirements/local-base.txt b/requirements/local-base.txt index e8672149..3445fb63 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -25,7 +25,7 @@ psycopg2-binary==2.9.6 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==7.3.2 # https://github.com/pytest-dev/pytest +pytest==7.4.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.1.0 pytest-asyncio==0.21.0 # https://github.com/pytest-dev/pytest-asyncio