Skip to content

Commit 581f8bd

Browse files
authored
Update minimum urllib3 version to something supported
1 parent d5db4be commit 581f8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Flask-WTF = "^1.0.1"
1414
itsdangerous = "^2.1.2"
1515
Werkzeug = "^3.0.4"
1616
Jinja2 = "^3.1.2"
17-
requests-toolbelt = "^0.10.1"
18-
urllib3 = "^1.26.19"
17+
requests-toolbelt = "^1.0.0"
18+
urllib3 = "^2.5.0"
1919

2020
[tool.poetry.group.test]
2121
optional = true

0 commit comments

Comments
 (0)