Skip to content

Commit

Permalink
fix: Raise minimum urllib3 package to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Mar 1, 2024
1 parent 43cf5bf commit 1b4e014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ certifi = ">=2018.4.16"
expiringdict = ">=1.1.4"
pyRFC3339 = ">=1.0"
semver = ">=2.10.2"
urllib3 = ">=1.22.0,<3"
urllib3 = ">=1.26.0,<3"
launchdarkly-eventsource = ">=1.1.0,<2.0.0"

redis = { version = ">=2.10.5", optional = true }
Expand Down Expand Up @@ -66,7 +66,7 @@ optional = true
[tool.poetry.group.contract-tests.dependencies]
Flask = "<4"
requests = ">=2.31.0"
urllib3 = ">=1.22.0,<3"
urllib3 = ">=1.26.0,<3"


[tool.poetry.group.docs]
Expand All @@ -80,7 +80,7 @@ expiringdict = ">=1.1.4"
pyrfc3339 = ">=1.0"
jsonpickle = ">1.4.1"
semver = ">=2.7.9"
urllib3 = ">=1.22.0"
urllib3 = ">=1.26.0"
jinja2 = "3.1.3"

[tool.mypy]
Expand Down

0 comments on commit 1b4e014

Please sign in to comment.