Skip to content

Commit ffeded9

Browse files
authored
fix: Raise minimum urllib3 package to 1.26.0 (#271)
Fixes #270
1 parent 43cf5bf commit ffeded9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ certifi = ">=2018.4.16"
3232
expiringdict = ">=1.1.4"
3333
pyRFC3339 = ">=1.0"
3434
semver = ">=2.10.2"
35-
urllib3 = ">=1.22.0,<3"
35+
urllib3 = ">=1.26.0,<3"
3636
launchdarkly-eventsource = ">=1.1.0,<2.0.0"
3737

3838
redis = { version = ">=2.10.5", optional = true }
@@ -66,7 +66,7 @@ optional = true
6666
[tool.poetry.group.contract-tests.dependencies]
6767
Flask = "<4"
6868
requests = ">=2.31.0"
69-
urllib3 = ">=1.22.0,<3"
69+
urllib3 = ">=1.26.0,<3"
7070

7171

7272
[tool.poetry.group.docs]
@@ -80,7 +80,7 @@ expiringdict = ">=1.1.4"
8080
pyrfc3339 = ">=1.0"
8181
jsonpickle = ">1.4.1"
8282
semver = ">=2.7.9"
83-
urllib3 = ">=1.22.0"
83+
urllib3 = ">=1.26.0"
8484
jinja2 = "3.1.3"
8585

8686
[tool.mypy]

0 commit comments

Comments
 (0)