diff --git a/pyproject.toml b/pyproject.toml index 0e1df975..a40e8dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "plotly", "pyaml", "requests", - "urllib3<2.0.0", + "urllib3>= 2.6.0", # fix security issue "ipywidgets", "ipyfilechooser", "scipy",