From dc82ed99361dd3f6d77626508e01fd15e6f7c51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:02:19 -0300 Subject: [PATCH] Bump pytest from 7.2.2 to 7.4.2 in /requirements (#307) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.4.2. - [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.2.2...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 4 +--- requirements/tests.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 873b15e1..540d1a9a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,8 +6,6 @@ # alabaster==0.7.12 # via sphinx -attrs==21.2.0 - # via pytest babel==2.9.1 # via sphinx boto3==1.26.104 @@ -108,7 +106,7 @@ pylibmc==1.6.3 # via -r tests.in pyproject-api==1.6.1 # via tox -pytest==7.2.2 +pytest==7.4.2 # via # -r tests.in # pytest-xprocess diff --git a/requirements/tests.txt b/requirements/tests.txt index 617d4375..8f0651c8 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,8 +4,6 @@ # # pip-compile requirements/tests.in # -attrs==21.2.0 - # via pytest boto3==1.26.104 # via -r tests.in botocore==1.29.104 @@ -30,7 +28,7 @@ pylibmc==1.6.3 # via -r tests.in pyparsing==2.4.7 # via packaging -pytest==7.2.2 +pytest==7.4.2 # via # -r tests.in # pytest-xprocess