Skip to content

Commit c644b43

Browse files
authored
Merge pull request #16 from ssl-hep/ponyisi-patch-1
Unpin urllib3 as needed to fix security issue
2 parents 0231cf4 + 987f066 commit c644b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)