From 929d69092a61eb6eaa3026cd12045213c73b26d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 14:00:56 +0000 Subject: [PATCH] chore(deps): update ipyleaflet requirement in /services/jupyter Updates the requirements on [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) to permit the latest version. - [Release notes](https://github.com/jupyter-widgets/ipyleaflet/releases) - [Changelog](https://github.com/jupyter-widgets/ipyleaflet/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyter-widgets/ipyleaflet/compare/0.17.0...0.20.0) --- updated-dependencies: - dependency-name: ipyleaflet dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jupyter/requirements.txt b/services/jupyter/requirements.txt index 76562ee..4504718 100644 --- a/services/jupyter/requirements.txt +++ b/services/jupyter/requirements.txt @@ -6,7 +6,7 @@ minio>=7.2.0,<8.0.0 s3fs>=2023.1.0,<2025.0.0 # Visualização interativa -ipyleaflet>=0.17.0,<0.19.0 +ipyleaflet>=0.20.0,<0.21.0 ipywidgets>=8.0.0,<9.0.0 folium>=0.14.0,<0.16.0