From 3c0d28d49b12d2779b0414b70ca8da429ea8a277 Mon Sep 17 00:00:00 2001 From: memsharded Date: Mon, 30 Dec 2024 09:56:30 +0100 Subject: [PATCH] update webtest testing version --- conans/requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conans/requirements_dev.txt b/conans/requirements_dev.txt index 4e26ce16c55..e9e964c4569 100644 --- a/conans/requirements_dev.txt +++ b/conans/requirements_dev.txt @@ -2,9 +2,9 @@ pytest>=7, <8.0.0 pytest-xdist # To launch in N cores with pytest -n parameterized>=0.6.3 mock>=1.3.0, <1.4.0 -WebTest>=2.0.18, <2.1.0 +WebTest>=3.0.0, <4 bottle PyJWT pluginbase docker -setuptools \ No newline at end of file +setuptools