This repository was archived by the owner on Sep 19, 2023. It is now read-only.
0.11.7 > 0.14.0#16
Open
graphific wants to merge 481 commits into
Open
Conversation
3936141 to
461b384
Compare
* Fix TerrainRGB algorithm and param user-controlled nodata-height Added two params `use_nodata_height and nodata_height` (or could have used a field which cold be either undefined or that height value? * Make use of user-controlled height in terrainrgb * Add user-controlled nodata-height for terrarium as well * Add z_exaggeration parameter to hillshade/slope algorithms defaults to 1, applied to gradients directly * Add slope in algorithms doc * Make terrainRGB/terrarium docs links instead of plain urls * Add parameters hints to hillshade/contours * nodata_height optional Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * check nodata_height not None Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update src/titiler/core/titiler/core/algorithm/dem.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * Update src/titiler/core/titiler/core/algorithm/dem.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * from typing import Optional * WIP /cog/viewer algorithms inputs Adding algorithm params dynamically based on the /algorithms endpoint, stored in scope, and params updated on change of selected algorithm * Final touch-ups to /cog/viewer for algorithms visualization Uses number inputs if param is integer or number, otherwise text input (eg nodata-height which can be either null or number) Updates tilejson url when algorithm or its params are changed * Revert "Final touch-ups to /cog/viewer for algorithms visualization" This reverts commit bf094ae. * Revert "WIP /cog/viewer algorithms inputs" This reverts commit 31d5277. * Add nodata_height coverage to tests * Discard solution 1 for testing terrainrgb and terrarium * pre-commit run --all-files --------- Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
* created document on getting started with titiler * updated based on comment --------- Co-authored-by: dimplejaiin <dimple@pixxel.co.in>
* add xarray DatasetMetadataExtension * add /dataset prefix and refactor * add tests and deprecate VariablesExtension * revert and follow xpublish
* rename /map to /map.html * update docs
* refactor xarray dimension selection * refactor type and slice handling * remove slice * remove print * rename method to sel_method * update docs * more docs
* add assets_accessor_dependency to MosaicTilerFactory * update docs
* fix: use minZoom instead of minNativeZoom By setting `minNativeZoom` we were constructing low zoom tiles from many higher-zoom tile requests! This is not the intended effect of the minzoom setting. We can still overzoom by using maxNativeZoom. * update changelog
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.5.6 to 4.5.7. - [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.6...@jupyterlab/lsp@4.5.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [notebook](https://github.com/jupyter/notebook) from 7.5.5 to 7.5.6. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.6/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.5...@jupyter-notebook/tree@7.5.6) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: jupyter-server dependency-version: 2.18.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1402) Bumps the all group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.3.0` | `2026.4.0` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.46.0` | `0.47.0` | | [starlette-cramjam](https://github.com/developmentseed/starlette-cramjam) | `0.5.1` | `0.7.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.1` | `2.14.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.135.2` | `0.136.1` | | [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) | `2.1.0` | `2.1.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.5` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.4` | | [rio-tiler](https://github.com/cogeotiff/rio-tiler) | `9.0.4` | `9.0.6` | | [simplejson](https://github.com/simplejson/simplejson) | `3.20.2` | `4.1.1` | | [xarray](https://github.com/pydata/xarray) | `2026.2.0` | `2026.4.0` | Updates `fsspec` from 2026.3.0 to 2026.4.0 - [Commits](fsspec/filesystem_spec@2026.3.0...2026.4.0) Updates `s3fs` from 2026.3.0 to 2026.4.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2026.3.0...2026.4.0) Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) Updates `black` from 26.3.1 to 26.5.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.0) Updates `uvicorn` from 0.46.0 to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.46.0...0.47.0) Updates `starlette-cramjam` from 0.5.1 to 0.7.0 - [Release notes](https://github.com/developmentseed/starlette-cramjam/releases) - [Changelog](https://github.com/developmentseed/starlette-cramjam/blob/main/CHANGES.md) - [Commits](developmentseed/starlette-cramjam@0.5.1...0.7.0) Updates `pydantic-settings` from 2.13.1 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.1) Updates `fastapi` from 0.135.2 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.2...0.136.1) Updates `geojson-pydantic` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/developmentseed/geojson-pydantic/releases) - [Changelog](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md) - [Commits](developmentseed/geojson-pydantic@2.1.0...2.1.1) Updates `numpy` from 2.4.4 to 2.4.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.5) Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `rio-tiler` from 9.0.4 to 9.0.6 - [Release notes](https://github.com/cogeotiff/rio-tiler/releases) - [Changelog](https://github.com/cogeotiff/rio-tiler/blob/main/CHANGES.md) - [Commits](cogeotiff/rio-tiler@9.0.4...9.0.6) Updates `simplejson` from 3.20.2 to 4.1.1 - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/main/CHANGES.txt) - [Commits](simplejson/simplejson@v3.20.2...v4.1.1) Updates `xarray` from 2026.2.0 to 2026.4.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](pydata/xarray@v2026.02.0...v2026.04.0) Updates `gcsfs` from 2026.3.0 to 2026.4.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.3.0...2026.4.0) --- updated-dependencies: - dependency-name: fsspec dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: s3fs dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: black dependency-version: 26.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: starlette-cramjam dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: geojson-pydantic dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rio-tiler dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: simplejson dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gcsfs dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 4 updates in the / directory: [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [github/codeql-action](https://github.com/github/codeql-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `benchmark-action/github-action-benchmark` from 1.22.0 to 1.22.1 - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](benchmark-action/github-action-benchmark@a60cea5...52576c9) Updates `aws-actions/configure-aws-credentials` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@ec61189...d979d5b) Updates `github/codeql-action` from 4.35.2 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@95e58e9...9e0d7b8) Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.6 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@b1d7e1f...5f14fd0) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: release 2.0.3 * chore: update chart version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
…1410) Bumps the all group with 1 update: [gcsfs](https://github.com/fsspec/gcsfs). Updates `gcsfs` from 2026.4.0 to 2026.5.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.4.0...2026.5.0) --- updated-dependencies: - dependency-name: gcsfs dependency-version: 2026.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.0` | `6.0.1` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `6.0.0` | `6.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.5` | `4.36.0` | Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `docker/metadata-action` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@030e881...80c7e94) Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e0d7b8...7211b7c) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…LEASE_BOT app token (#1407) * fix: author release-please releases with a GitHub App token Releases created by release-please using the default GITHUB_TOKEN are authored by github-actions[bot]. GitHub deliberately does not trigger new workflow runs from events caused by the default GITHUB_TOKEN (anti-recursion), so the `release: published` event never fired for bot-created releases. As a result the build / upload_pypi jobs (gated on `github.event_name == 'release'`) and the deploy.yml workflow were skipped, and 2.0.3 was never published to PyPI nor deployed. Mint a short-lived GitHub App installation token in the release-please job and pass it to the action so the release is authored by the App. Events from an App token DO create new workflow runs, so the existing publish + deploy workflows cascade automatically — no rewrite of build/upload/deploy needed. Requires repo/org secrets RELEASE_APP_ID and RELEASE_APP_KEY (see #1406); inert until those exist. Refs #1406 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix: scope release-please app token to least privilege Set explicit permission-contents/permission-pull-requests on the create-github-app-token step so the minted token does not inherit the App installation's blanket permissions (zizmor: dangerous use of GitHub App tokens). release-please only needs Contents (tags/releases) and Pull requests (release PR). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix: use existing DS_RELEASE_BOT org app secrets for release-please developmentseed already has an org-level GitHub App for release automation (secrets DS_RELEASE_BOT_ID / DS_RELEASE_BOT_PRIVATE_KEY). Use those instead of provisioning a new App, so no new secrets are needed and the workflow is no longer blocked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
* chore: release 2.0.4 * fix: chart version --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.3.0` | `2026.4.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2026.3.0` | `2026.4.0` | | [ipython](https://github.com/ipython/ipython) | `9.13.0` | `9.14.0` | | [gcsfs](https://github.com/fsspec/gcsfs) | `2026.5.0` | `2026.4.0` | Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `fsspec` from 2026.3.0 to 2026.4.0 - [Commits](fsspec/filesystem_spec@2026.3.0...2026.4.0) Updates `s3fs` from 2026.3.0 to 2026.4.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2026.3.0...2026.4.0) Updates `ipython` from 9.13.0 to 9.14.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.13.0...9.14.0) Updates `gcsfs` from 2026.5.0 to 2026.4.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.5.0...2026.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: fsspec dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: s3fs dependency-version: 2026.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ipython dependency-version: 9.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: gcsfs dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 3 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@ce36039...0611638) Updates `aws-actions/configure-aws-credentials` from 6.1.1 to 6.1.3 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@d979d5b...99214aa) Updates `actions/create-github-app-token` from 2.2.2 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@fee1f7d...bcd2ba4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 4 updates: [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark), [ipython](https://github.com/ipython/ipython), [uvicorn](https://github.com/Kludex/uvicorn) and [gcsfs](https://github.com/fsspec/gcsfs). Updates `obstore` from 0.9.5 to 0.10.0 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) Updates `ipython` from 9.14.0 to 9.14.1 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.14.0...9.14.1) Updates `uvicorn` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.48.0...0.49.0) Updates `gcsfs` from 2026.4.0 to 2026.5.0 - [Release notes](https://github.com/fsspec/gcsfs/releases) - [Commits](fsspec/gcsfs@2026.4.0...2026.5.0) --- updated-dependencies: - dependency-name: obstore dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ipython dependency-version: 9.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: gcsfs dependency-version: 2026.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.5 to 6.5.6. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.5...v6.5.6) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.1.0` | `8.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.1` | `7.0.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.1.3` | `6.2.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.36.0` | `4.36.2` | Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@0880764...fac544c) Updates `codecov/codecov-action` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e79a696...fb8b358) Updates `aws-actions/configure-aws-credentials` from 6.1.3 to 6.2.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@99214aa...e7f100c) Updates `github/codeql-action` from 4.36.0 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7211b7c...8aad20d) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.