From a4cc111489bd611a81487827a005f861026d5fa3 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 14 May 2023 09:45:35 +0200 Subject: [PATCH] Workaround to pin urlib3<2.0 - Related to #2392 --- docker-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-requirements.txt b/docker-requirements.txt index 54c30b5e..410eba8f 100644 --- a/docker-requirements.txt +++ b/docker-requirements.txt @@ -6,3 +6,4 @@ podman; python_version >= "3.6" packaging; python_version >= "3.7" python-dateutil six +urllib3<2.0 # See issue https://github.com/nicolargo/glances/issues/2392