From f7792d2e5705139f0096b0e0328f3a7d3f2d8b94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 13:44:52 +0200 Subject: [PATCH] chore(deps): update dependency pytest to >=7.2.1,<7.4 (#2505) 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 562dce922..a082aef41 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -6,4 +6,4 @@ mypy==1.2.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.1 pytest-xdist>=3.1.0,<3.3 -pytest>=7.2.1,<7.3 +pytest>=7.2.1,<7.4