From 784b4e122782efaa77f5ecf522c4ad1eb8f384e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:56:23 -0300 Subject: [PATCH] Bump pytest from 7.4.2 to 8.0.0 in /requirements (#335) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.0.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.4.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- requirements/tests.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 205e09bb..fb9f68c8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -110,7 +110,7 @@ pylibmc==1.6.3 # via -r tests.in pyproject-api==1.6.1 # via tox -pytest==7.4.2 +pytest==8.0.0 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index ed20b553..f7cd5172 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -22,7 +22,7 @@ jmespath==1.0.1 # botocore packaging==21.3 # via pytest -pluggy==1.0.0 +pluggy==1.4.0 # via pytest psutil==5.8.0 # via pytest-xprocess @@ -30,7 +30,7 @@ pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==7.4.2 +pytest==8.0.0 # via # -r tests.in # pytest-xprocess