Skip to content

Commit 643207a

Browse files
Update urllib3 version to >= 2.6.0
Updated urllib3 version to fix a security issue. Signed-off-by: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com>
1 parent b0b6098 commit 643207a

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)