From c819aede8a73aaf34f5bc3e5f33bcfb8f35f37b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:33:07 +0000 Subject: [PATCH] Update pytest requirement from <7.4.2,>=7.1.2 to >=7.1.2,<7.4.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/7.1.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08081d97..3875fccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ test = [ "flake8>=6.0,<6.1", "flake8-black>=0.3.4,<0.4", "flake8-bugbear>=23.5,<23.8", - "pytest>=7.1.2,<7.4.2", + "pytest>=7.1.2,<7.4.4", "pytest-subtests>=0.10.0,<0.11.1" ]