From 265b36c6372f2947f8d40130181afbfd739eb555 Mon Sep 17 00:00:00 2001 From: dmykhaliev Date: Fri, 11 Jul 2025 09:04:39 +0200 Subject: [PATCH] MOB-41350 Urllib3 upgrade to 2.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb390acb2c..cf63c5fb9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ influxdb >= 5.3 python-socketio>=5.8.0 h11>=0.16.0 websocket-client>=1.5.1 -urllib3==2.4.0 +urllib3==2.5.0 # Set setuptools to 65.5.0 until this issue will be resolved https://github.com/pypa/setuptools/issues/4496 # 65.5.0 is last version that supports python 3.7.0 setuptools==65.5.0 \ No newline at end of file