From 693947220a5368fc3c30925313692ed873cef2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:31:41 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.3.3 to 8.3.4 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 e8c01dc5..51babae8 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -11,7 +11,7 @@ psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------ -pytest==8.3.3 # https://github.com/pytest-dev/pytest +pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar pytest-cov==6.0.0 diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 3ea25637..7a4992db 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -29,7 +29,7 @@ psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------ -pytest==8.3.3 # https://github.com/pytest-dev/pytest +pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar pytest-cov==6.0.0 pytest-asyncio==0.24.0 # https://github.com/pytest-dev/pytest-asyncio