From 32dfa2c4653b59ce3e32aea8c82490c6406ecb65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:38:37 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v8 --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b52528a4..f60f21a0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -69,7 +69,7 @@ develop = [ "build >= 0.5.1", "twine >= 1.13.0", "coverage", - "pytest < 5.0; python_version < '3.0'", + "pytest <8.4; python_version < '3.0'", "pytest >= 5.0; python_version >= '3.0'", "pytest-html >= 1.19.0", "tox >=4.23,<4.24", @@ -87,7 +87,7 @@ develop = [ "pycmd", ] testing = [ - "pytest < 5.0; python_version < '3.0'", # >= 4.2 + "pytest <8.4; python_version < '3.0'", # >= 4.2 "pytest >= 5.0; python_version >= '3.0'", "pytest-html >= 1.19.0", "PyYAML >= 5.4.1",