From 15a4f64aab5da82fb0d8e100951f7dfec90bc1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 07:42:30 +0000 Subject: [PATCH] Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/6.2.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 468e5e1cc..980d247cf 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ test_suite="tests", tests_require=[ "bagit >= 1.6.4, < 1.9", - "pytest >= 6.2, < 7.4", + "pytest >= 6.2, < 7.5", "mock >= 2.0.0", "pytest-mock >= 1.10.0", "pytest-httpserver", diff --git a/test-requirements.txt b/test-requirements.txt index 02c65e952..9d0e02206 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ bagit >= 1.6.4, <1.9 -pytest >= 6.2, < 7.4 +pytest >= 6.2, < 7.5 pytest-xdist pytest-httpserver mock >= 2.0.0