Skip to content

Bump the all-deps group with 6 updates - #13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/all-deps-742abe16b5
Open

Bump the all-deps group with 6 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/all-deps-742abe16b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 6 updates:

Package From To
pygeohydro 0.14.0 0.19.4
numba 0.66.0 0.67.0
odc-stac 0.5.2 0.5.3
fimbench 0.1.0 0.1.1
fimeval 0.1.65 0.1.67
ruff 0.16.0 0.16.5

Updates pygeohydro from 0.14.0 to 0.19.4

Release notes

Sourced from pygeohydro's releases.

v0.19.4

Release Notes

Bug Fixes

  • Fix the download URL for get_camels function according to the changes in the Hydroshare web service.
  • Use the new links for the eHydro web service.
  • Fix the download issue with the Census data in get_us_states function.

v0.19.3

Release Notes

New Features

  • Add support for POLARIS soil dataset. The new function is called soil_polaris. The function returns soil properties from the POLARIS dataset for a given location. The dataset includes soil properties such as soil texture, bulk density, organic carbon, pH, and soil moisture. The dataset is available for CONUS at 30m resolution.

Internal Changes

  • Make matplotlib and folium optional dependencies instead of required dependencies. This is to reduce the size of the package and make it more lightweight. They are now required only if the plot module is used.
  • Move the plotting functionality of PyGeoHydro for hydrologic signatures to HydroSignatures package. For now, the plot module is exported from HydroSignatures package to maintain backward compatibility.

v0.19.0

Release Notes

Internal Changes

  • Update all dependencies on HyRiver libraries to the latest versions and modify the code to be compatible with the latest versions of the libraries.

v0.18.0

Release Notes

Bug Fixes

  • Bump the minimum version of aiohttp-client-cache>=0.12.3 to fix an issue with the latest version of aiohttp. (124{.interpreted-text role="issue_hydro"})

Breaking Changes

  • Drop support for Python 3.8 since its end-of-life date is October 2024.
  • Remove all exceptions from the main module and raise them from the exceptions module. This is to declutter the public API and make it easier to maintain.

v0.17.1

Release Notes

Internal Changes

  • Drop support for Python 3.8 since its end-of-life date is October 2024.

Bug Fixes

  • Update the nlcd module to reflect the changes in the MRLC web service. There have been some breaking changes in the NLCD web service, and the module is updated to reflect these changes. Thus, previous versions of the module will not work with the new NLCD web service. (122{.interpreted-text role="issue_hydro"})

... (truncated)

Changelog

Sourced from pygeohydro's changelog.

0.19.4 (2025-05-23)

Bug Fixes

- Fix the download URL for ``get_camels`` function according to the changes
  in the Hydroshare web service.
- Use the new links for the eHydro web service.
- Fix the download issue with the Census data in ``get_us_states`` function.

0.19.3 (2025-03-07)

New Features

  • Add support for POLARIS soil dataset. The new function is called soil_polaris. The function returns soil properties from the POLARIS dataset for a given location. The dataset includes soil properties such as soil texture, bulk density, organic carbon, pH, and soil moisture. The dataset is available for CONUS at 30m resolution.

Internal Changes

- Make ``matplotlib`` and ``folium`` optional dependencies instead
  of required dependencies. This is to reduce the size of the package
  and make it more lightweight. They are now required only if the
  ``plot`` module is used.
- Move the plotting functionality of PyGeoHydro for hydrologic signatures
  to HydroSignatures package. For now, the plot module is exported from
  HydroSignatures package to maintain backward compatibility.

0.19.0 (2025-01-17)

Internal Changes

  • Update all dependencies on HyRiver libraries to the latest versions and modify the code to be compatible with the latest versions of the libraries.

0.18.0 (2024-10-05)

Bug Fixes

- Bump the minimum version of ``aiohttp-client-cache>=0.12.3`` to fix an
  issue with the latest version of ``aiohttp``. (:issue_hydro:`124`)

Breaking Changes

  • Drop support for Python 3.8 since its end-of-life date is October 2024.

... (truncated)

Commits
  • b6d0205 DOC: Update the changelog. [skip ci]
  • cd545e0 MNT: Modify the tests based on the latest changes to web services. [skip ci]
  • dd6f586 BUG: Remove ssl check for downloading files from census. [skip ci]
  • e69bd5b MNT: Pin the min pygeoogc version to 0.19.4 to make sure to use the latest eH...
  • 43dd916 DOC: Update the changelog. [skip ci]
  • ff0088f BUG: Update the hydroshare download links. [skip ci]
  • 0050846 MNT: Update pre-commit hooks. [skip ci]
  • 1ba8214 MNT: Update pre-commit hooks. [skip ci]
  • 1efbca9 MNT: Update pre-commit hooks. [skip ci]
  • 3fbf78a MNT: Update pre-commit hooks. [skip ci]
  • Additional commits viewable in compare view

Updates numba from 0.66.0 to 0.67.0

Release notes

Sourced from numba's releases.

0.67.0

Major Numba release, adding NumPy 2.5 support. Please view the release notes here: https://numba.readthedocs.io/en/0.67.0/release/0.67.0-notes.html

Commits
  • 3190b91 Merge pull request #10772 from swap357/release0.67
  • f68f603 add current pr on 0.67 pr list
  • 86a975c update final release date for 0.67
  • c7f14cf Merge pull request #10726 from swap357/pin_deps_0.67
  • 123fa28 update test refs and pin dependencies for release0.67
  • 0c89330 Merge pull request #10724 from swap357/changelog_0.67
  • ffaa017 Merge pull request #10723 from swap357/update_version_support_table_0.67.0rc1
  • af0d879 fix wrapping on release notes
  • a5e4654 Update docs/source/release/0.67.0-notes.rst
  • e85720e Update docs/source/release/0.67.0-notes.rst
  • Additional commits viewable in compare view

Updates odc-stac from 0.5.2 to 0.5.3

Release notes

Sourced from odc-stac's releases.

ODC-STAC 0.5.3

Bug fixes for asset paths and antimeridian footprints, added support for Raster extension v2.0.0.

What's Changed

Autoupdates

New Contributors

Full Changelog: opendatacube/odc-stac@v0.5.2...v0.5.3

Commits
  • 5b49aae [pre-commit.ci] pre-commit autoupdate
  • 6f633ba Pass wrapdateline=True when computing item footprints
  • bb60980 update version number for release
  • 8408d0d Merge pull request #270 from mhungen/extract-band-meta-from-common
  • 016a775 Fix mypy error
  • 24e30bf handle usage of raster ext v1 in stac item v1.1.0
  • 2d52c27 Merge pull request #278 from opendatacube/pre-commit-ci-update-config
  • 7c0af32 [pre-commit.ci] pre-commit autoupdate
  • 9ebd9cd [pre-commit.ci] pre-commit autoupdate
  • 1cd96a1 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • Additional commits viewable in compare view

Updates fimbench from 0.1.0 to 0.1.1

Commits

Updates fimeval from 0.1.65 to 0.1.67

Commits

Updates ruff from 0.16.0 to 0.16.5

Release notes

Sourced from ruff's releases.

0.16.5

Release Notes

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

Install ruff 0.16.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.16.5/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.16.5/ruff-installer.ps1 | iex"

Download ruff 0.16.5

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.5

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

0.16.4

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pygeohydro](https://github.com/hyriver/pygeohydro) | `0.14.0` | `0.19.4` |
| [numba](https://github.com/numba/numba) | `0.66.0` | `0.67.0` |
| [odc-stac](https://github.com/opendatacube/odc-stac) | `0.5.2` | `0.5.3` |
| [fimbench](https://github.com/sdmlua/fimbench) | `0.1.0` | `0.1.1` |
| [fimeval](https://github.com/sdmlua/FIMEVAL) | `0.1.65` | `0.1.67` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.5` |


Updates `pygeohydro` from 0.14.0 to 0.19.4
- [Release notes](https://github.com/hyriver/pygeohydro/releases)
- [Changelog](https://github.com/hyriver/pygeohydro/blob/main/HISTORY.rst)
- [Commits](hyriver/pygeohydro@v0.14.0...v0.19.4)

Updates `numba` from 0.66.0 to 0.67.0
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.66.0...0.67.0)

Updates `odc-stac` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/opendatacube/odc-stac/releases)
- [Commits](opendatacube/odc-stac@v0.5.2...v0.5.3)

Updates `fimbench` from 0.1.0 to 0.1.1
- [Commits](https://github.com/sdmlua/fimbench/commits)

Updates `fimeval` from 0.1.65 to 0.1.67
- [Release notes](https://github.com/sdmlua/FIMEVAL/releases)
- [Commits](https://github.com/sdmlua/FIMEVAL/commits)

Updates `ruff` from 0.16.0 to 0.16.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.16.0...0.16.5)

---
updated-dependencies:
- dependency-name: pygeohydro
  dependency-version: 0.19.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: numba
  dependency-version: 0.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: odc-stac
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fimbench
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fimeval
  dependency-version: 0.1.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ruff
  dependency-version: 0.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants