summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2023-05-07 20:17:23 +0300
committerGitHub <noreply@github.com>2023-05-07 20:17:23 +0300
commitffb2b83468123c314d2742d1b1e68e6ce9eeb244 (patch)
treee811c045c61b37b3527a702a42895a7296458670
parent6d32503a58d841a41556cebcf188add324c6ce86 (diff)
downloadredis-py-ffb2b83468123c314d2742d1b1e68e6ce9eeb244.tar.gz
pinning urllib3 to fix CI (#2748)
-rw-r--r--dev_requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 8285b04..8ffb1e9 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -15,4 +15,5 @@ pytest-cov>=4.0.0
vulture>=2.3.0
ujson>=4.2.0
wheel>=0.30.0
+urllib3<2
uvloop