From 791e668d11b765503ba9a4c712125699c729dfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:13:50 +0000 Subject: [PATCH] Update pytest requirement from <7.3 to <7.4 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/1.0.0b3...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48ee1527..ccd92f6c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ ], "test": [ "coverage==7.2.3", - "pytest<7.3", + "pytest<7.4", "pytest-cov==4.0.0", "testfixtures==7.1.0", "tox==4.4.8",