From cf80678ccc044ff812e56d06c7f4cb5a16584ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 21 Feb 2022 19:52:02 +0100 Subject: [PATCH] e2e_tests/pip: Update pytest to 7.0.1 --- e2e_tests/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e_tests/requirements.txt b/e2e_tests/requirements.txt index 7782416..e54ab24 100644 --- a/e2e_tests/requirements.txt +++ b/e2e_tests/requirements.txt @@ -6,8 +6,9 @@ packaging==21.3 pluggy==1.0.0 py==1.11.0 pyparsing==3.0.7 -pytest==6.2.5 +pytest==7.0.1 PyYAML==6.0 smmap==5.0.0 toml==0.10.2 +tomli==2.0.1 typing_extensions==4.0.1