Commit ca446400 by Dave Gaeddert Committed by Arun Babu Neelicattu

Use urllib3 ^1.26.0

parent e99ea5d0
...@@ -52,6 +52,7 @@ shellingham = "^1.1" ...@@ -52,6 +52,7 @@ shellingham = "^1.1"
tomlkit = ">=0.7.0,<1.0.0" tomlkit = ">=0.7.0,<1.0.0"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953 # exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)" virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
urllib3 = "^1.26.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
tox = "^3.18" tox = "^3.18"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment