From 260229c19cb7285a7b3733b3239573a5910515f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:32:27 +0000 Subject: [PATCH] Bump pytest from 7.4.2 to 7.4.4 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.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/7.4.2...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c53e9e0d..23bea03e 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==7.4.4 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index 36b47ec3..81840ad5 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 @@ -28,7 +32,7 @@ pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==7.4.2 +pytest==7.4.4 # 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