Skip to content

Commit 0a0791d

Browse files
authored
Merge pull request #45 from romeokienzler/patch-4
[WIP] Update urllib3 version to >= 2.6.0
2 parents b0b6098 + 643207a commit 0a0791d

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
@@ -28,7 +28,7 @@ dependencies = [
2828
"plotly",
2929
"pyaml",
3030
"requests",
31-
"urllib3<2.0.0",
31+
"urllib3>= 2.6.0", # fix security issue
3232
"ipywidgets",
3333
"ipyfilechooser",
3434
"scipy",

0 commit comments

Comments
 (0)