From 7742a7f6b031c0b1799e7eae231b12f69c469893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:05:56 +0200 Subject: [PATCH] chore(deps): update dependency pytest to >=7.2.1,<7.5 (#2601) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index e42fb4310..6f49b96b5 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -6,4 +6,4 @@ mypy==1.3.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 -pytest>=7.2.1,<7.4 +pytest>=7.2.1,<7.5