Skip to content

Bump the pip-deps group with 2 updates - #1

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pip-deps-3688378ff0
Closed

Bump the pip-deps group with 2 updates#1
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pip-deps-3688378ff0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 18, 2025

Copy link
Copy Markdown

Updates the requirements on hyp3lib and ruff to permit the latest version.
Updates hyp3lib to 4.0.1

Release notes

Sourced from hyp3lib's releases.

HyP3-lib v4.0.1

Added

  • chunk_size parameter to aws.upload_file_to_s3
Changelog

Sourced from hyp3lib's changelog.

[4.0.1]

Added

  • chunk_size parameter to aws.upload_file_to_s3

[4.0.0]

Removed

  • Remove code that was moved to hyp3-gamma
    • getParameter.py
    • makeAsfBrowse.py
    • system.py and tests
    • byteSigmaScale.py
    • make_cogs.py and tests
    • raster_boundary2shape.py
    • par_s1_slc_single.py
    • SLC_copy_S1_fullsw.py
    • createAmp.py
    • saa_func_lib.py

[3.2.0]

Added

  • dem submodule using an updated version of the HyP3-Gamma COP-30 DEM stitching functionality to facilitate DEM download and stitching for multiple HyP3 workflows.

[3.1.4]

Added

  • The static-analysis Github Actions workflow now includes mypy for type checking.

[3.1.3]

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

[3.1.2]

Fixed

[3.1.1]

Fixed

[3.1.0]

Removed

  • Support for Python 3.8 and 3.9 has been dropped, 3.10 is now the minimum version.
  • The six package has been dropped as a dependency as it's no longer used since we don't support Python 2 anymore.

... (truncated)

Commits
  • 7723532 Merge pull request #379 from ASFHyP3/develop
  • 71ee0c8 Merge pull request #380 from ASFHyP3/chunk-size
  • d0c7306 generalize test to avoid failure if part2 happens to execute before part1
  • d4b895d Merge pull request #377 from ASFHyP3/dependabot/pip/pip-deps-c95e428ad8
  • b08e9d7 Merge pull request #378 from ASFHyP3/chunk-size
  • 2f0e9b3 add configurable chunk_size paramter to aws.upload_file_to_s3
  • 55001ee Bump ruff from 0.12.7 to 0.12.8 in the pip-deps group
  • 7d8348c Merge pull request #376 from ASFHyP3/dependabot/pip/pip-deps-0aaee5b8c0
  • a8f8fc2 Bump the pip-deps group with 2 updates
  • dabc379 Merge pull request #375 from ASFHyP3/dependabot/pip/pip-deps-e80dcac413
  • Additional commits viewable in compare view

Updates ruff from 0.14.4 to 0.14.5

Release notes

Sourced from ruff's releases.

0.14.5

Release Notes

Released on 2025-11-13.

Preview features

  • [flake8-simplify] Apply SIM113 when index variable is of type int (#21395)
  • [pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502) (#20535)
  • [pydoclint] Support NumPy-style comma-separated parameters (DOC102) (#20972)
  • [refurb] Auto-fix annotated assignments (FURB101) (#21278)
  • [ruff] Ignore str() when not used for simple conversion (RUF065) (#21330)

Bug fixes

  • Fix syntax error false positive on alternative match patterns (#21362)
  • [flake8-simplify] Fix false positive for iterable initializers with generator arguments (SIM222) (#21187)
  • [pyupgrade] Fix false positive on relative imports from local .builtins module (UP029) (#21309)
  • [pyupgrade] Consistently set the deprecated tag (UP035) (#21396)

Rule changes

  • [refurb] Detect empty f-strings (FURB105) (#21348)

CLI

  • Add option to provide a reason to --add-noqa (#21294)
  • Add upstream linter URL to ruff linter --output-format=json (#21316)
  • Add color to --help (#21337)

Documentation

  • Add a new "Opening a PR" section to the contribution guide (#21298)
  • Added the PyScripter IDE to the list of "Who is using Ruff?" (#21402)
  • Update PyCharm setup instructions (#21409)
  • [flake8-annotations] Add link to allow-star-arg-any option (ANN401) (#21326)

Other changes

  • [configuration] Improve error message when line-length exceeds u16::MAX (#21329)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.5

Released on 2025-11-13.

Preview features

  • [flake8-simplify] Apply SIM113 when index variable is of type int (#21395)
  • [pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502) (#20535)
  • [pydoclint] Support NumPy-style comma-separated parameters (DOC102) (#20972)
  • [refurb] Auto-fix annotated assignments (FURB101) (#21278)
  • [ruff] Ignore str() when not used for simple conversion (RUF065) (#21330)

Bug fixes

  • Fix syntax error false positive on alternative match patterns (#21362)
  • [flake8-simplify] Fix false positive for iterable initializers with generator arguments (SIM222) (#21187)
  • [pyupgrade] Fix false positive on relative imports from local .builtins module (UP029) (#21309)
  • [pyupgrade] Consistently set the deprecated tag (UP035) (#21396)

Rule changes

  • [refurb] Detect empty f-strings (FURB105) (#21348)

CLI

  • Add option to provide a reason to --add-noqa (#21294)
  • Add upstream linter URL to ruff linter --output-format=json (#21316)
  • Add color to --help (#21337)

Documentation

  • Add a new "Opening a PR" section to the contribution guide (#21298)
  • Added the PyScripter IDE to the list of "Who is using Ruff?" (#21402)
  • Update PyCharm setup instructions (#21409)
  • [flake8-annotations] Add link to allow-star-arg-any option (ANN401) (#21326)

Other changes

  • [configuration] Improve error message when line-length exceeds u16::MAX (#21329)

Contributors

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Updates the requirements on [hyp3lib](https://github.com/ASFHyP3/hyp3-lib) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `hyp3lib` to 4.0.1
- [Release notes](https://github.com/ASFHyP3/hyp3-lib/releases)
- [Changelog](https://github.com/ASFHyP3/hyp3-lib/blob/develop/CHANGELOG.md)
- [Commits](ASFHyP3/hyp3-lib@v3.0.0...v4.0.1)

Updates `ruff` from 0.14.4 to 0.14.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.14.4...0.14.5)

---
updated-dependencies:
- dependency-name: hyp3lib
  dependency-version: 4.0.1
  dependency-type: direct:production
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Nov 18, 2025

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: bumpless. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 8, 2025
@dependabot
dependabot Bot deleted the dependabot/pip/pip-deps-3688378ff0 branch December 8, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants