From 0cdaa833c4ac35d6594e7323fb61de069246cf50 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 18 Nov 2022 14:54:44 +0100 Subject: [PATCH] maint: remove unused urllib3 from test requirements --- dev-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7e031535..c5186122 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,4 @@ pytest-cov requests-mock selenium tbump -# blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683 -# I *think* this should only affect testing, not production -urllib3!=1.25.4,!=1.25.5 virtualenv