Skip to content

Commit 987f066

Browse files
authored
Unpin urllib3 as needed to fix security issue
As this is a library, do not require a specific version of urllib3, but require at least 1.26.19 due to security alert on 1.26.18
1 parent 0231cf4 commit 987f066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ itsdangerous = "^2.1.2"
1515
Werkzeug = "^3.0.4"
1616
Jinja2 = "^3.1.2"
1717
requests-toolbelt = "^0.10.1"
18-
urllib3 = "1.26.18"
18+
urllib3 = "^1.26.19"
1919

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

0 commit comments

Comments
 (0)