From 1f235213178c83da9fd1d907b6365768436ce302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:41:07 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 8.0.0 in /requirements 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] --- requirements/dev.txt | 2 +- requirements/tests.txt | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 04ab9bdf..ae8c65af 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -112,7 +112,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 36b47ec3..7dc73b5d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,12 +4,16 @@ # # pip-compile requirements/tests.in # +async-timeout==4.0.3 + # via redis boto3==1.26.104 # via -r tests.in botocore==1.29.104 # via # boto3 # s3transfer +exceptiongroup==1.2.0 + # via pytest iniconfig==1.1.1 # via pytest jmespath==1.0.1 @@ -18,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 @@ -28,7 +32,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 @@ -42,6 +46,8 @@ s3transfer==0.6.0 # via boto3 six==1.16.0 # via python-dateutil +tomli==2.0.1 + # via pytest urllib3==1.26.13 # via botocore uwsgi==2.0.21