From 3d8315d4eb46f5804fe4db58788bf639945c525f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:19:43 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from ~=7.4 to >=7.4,<9.0 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.4.0...8.0.0) --- 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 d7a1a8bf..7661b8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest-console-scripts~=1.4.0", "pytest-cov~=4.1.0", "pytest-recording~=0.13", - "pytest~=7.4", + "pytest>=7.4,<9.0", "recommonmark~=0.7.1", "requests-mock~=1.11.0", "ruff==0.1.15",