build(deps): bump the pip-dependencies group across 1 directory with 6 updates - #3305
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the pip-dependencies group across 1 directory with 6 updates#3305dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…6 updates Bumps the pip-dependencies group with 6 updates in the /docker directory: | Package | From | To | | --- | --- | --- | | [geopandas](https://github.com/geopandas/geopandas) | `1.1.3` | `1.1.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.6.2` | `4.6.3` | | [jupyterlab-widgets](https://github.com/jupyter-widgets/ipywidgets) | `3.0.16` | `3.0.17` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.5` | | [pydeck](https://github.com/visgl/deck.gl) | `0.9.2` | `0.9.3` | | [rasterio](https://github.com/rasterio/rasterio) | `1.5.0` | `1.5.1` | Updates `geopandas` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/v1.1.4/CHANGELOG.md) - [Commits](geopandas/geopandas@v1.1.3...v1.1.4) Updates `jupyterlab` from 4.6.2 to 4.6.3 - [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.6.2...@jupyterlab/lsp@4.6.3) Updates `jupyterlab-widgets` from 3.0.16 to 3.0.17 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/commits) Updates `pandas` from 2.3.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.5) Updates `pydeck` from 0.9.2 to 0.9.3 - [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.5.0 to 1.5.1 - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](rasterio/rasterio@1.5.0...1.5.1) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: jupyterlab dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: jupyterlab-widgets dependency-version: 3.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pydeck dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: rasterio dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-dependencies group with 6 updates in the /docker directory:
1.1.31.1.44.6.24.6.33.0.163.0.172.3.33.0.50.9.20.9.31.5.01.5.1Updates
geopandasfrom 1.1.3 to 1.1.4Release notes
Sourced from geopandas's releases.
Changelog
Sourced from geopandas's changelog.
Commits
91ec4afRLS: v1.1.4b5d685fDOC: add changelog for 1.1.4158d993BUG: further to_postgis hardening (#3800)ce95930BUG: honor legend_kwds["labels"] for categorical and boolean columns in explo...22bf845BUG: overlay with empty input handles keep geom dtype gracefully (#3745)866a7f0BUG: ensure that points from random sampling are not sorted (#3773)76b16caDOC: update Code of Conduct reporting form link (#3794)3a04a5cswitch to NumFOCUS Code of Conduct (#3671)6fedb19BLD: setuptools 77+ required for PEP 639 support (#3746)Updates
jupyterlabfrom 4.6.2 to 4.6.3Release notes
Sourced from jupyterlab's releases.
Commits
e7255a9[ci skip] Publish 4.6.308c20a1Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...4e08e0dBackport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...9653490Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...243ee01Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...9b7efedBackport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...edc8390Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...4cffbedBackport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)7d0f5b6Backport PR #19193 on branch 4.6.x (Switch pre-commit tolanguage: system) ...Updates
jupyterlab-widgetsfrom 3.0.16 to 3.0.17Commits
Updates
pandasfrom 2.3.3 to 3.0.5Release notes
Sourced from pandas's releases.
... (truncated)
Commits
e68db09RLS: 3.0.50697623Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)5d846d0Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...bef7a2bBackport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...8188eb1RLS: 3.0.4 (#66079)bd35f15[3.0.x] BUG: fix CoW issue in eval() (#66072)6195872[backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...70313beBackport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...57ed3e2[backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)f9693fc[backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...Updates
pydeckfrom 0.9.2 to 0.9.3Commits
Updates
rasteriofrom 1.5.0 to 1.5.1Release notes
Sourced from rasterio's releases.
Changelog
Sourced from rasterio's changelog.
Commits
2feebabRel 1.5.1 (#3614)ae13fe9Release 1.5.1 (#3613)3dcc4c2Fix type of flags parameter to GDALOpenEx (#3509)38eb7e5Trade dealloc for del in DatasetBase (#3612)770b6e2Fixes for 2 bugs around application of transforms (#3609)d9b96d2Fix the size check in sieve() (#3606)db89b60Pin sphinx to v8.2.3 (#3608)aa40966CI/DEPS: Update build-wheels and libs in maint-1.5 July 2026 (#3605)f05c527Skip a subdataset test for newest GDAL versions (#3604)d4b9b22Expose tolerance argument in reproject (#3586)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions