From e864c236686ae77ac4964eff55d2e3dfeff907f6 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 13 Oct 2023 11:31:10 +0200 Subject: [PATCH] Remove explicit requirement on urllib3 (#2118) Fixes #1779 --- tools/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 654d40d81..82517aaa9 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -4,5 +4,3 @@ pytz==2023.3.post1 sentry-sdk==1.16.0 structlog==23.1.0 taskcluster==55.3.4 -# Please see #1779, this eventually must be removed! -urllib3==2.0.6