From 083155ac7166a0ec9a98f1b11541b5035eb78476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:20:03 +0000 Subject: [PATCH] build(deps): bump the pip-dependencies group across 1 directory with 5 updates Bumps the pip-dependencies group with 5 updates in the /docker directory: | Package | From | To | | --- | --- | --- | | [geopandas](https://github.com/geopandas/geopandas) | `1.1.2` | `1.1.3` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.1` | `4.5.6` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.2` | | [pydeck](https://github.com/visgl/deck.gl) | `0.9.1` | `0.9.2` | | [rasterio](https://github.com/rasterio/rasterio) | `1.4.4` | `1.5.0` | Updates `geopandas` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3) Updates `jupyterlab` from 4.5.1 to 4.5.6 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.1...@jupyterlab/lsp@4.5.6) Updates `pandas` from 2.3.3 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.2) Updates `pydeck` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](https://github.com/visgl/deck.gl/commits) Updates `rasterio` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pydeck dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: rasterio dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 615ace2ffea..1425226ba5a 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,16 +1,16 @@ attrs descartes fiona==1.10.1 -geopandas==1.1.2 +geopandas==1.1.3 ipykernel ipywidgets -jupyterlab==4.5.1 +jupyterlab==4.5.6 jupyterlab-widgets==3.0.16 keplergl==0.3.7 matplotlib numpy==1.26.4 -pandas==2.3.3 +pandas==3.0.2 py4j==0.10.9.9 -pydeck==0.9.1 -rasterio==1.4.4 +pydeck==0.9.2 +rasterio==1.5.0 shapely==2.1.2