Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the pip-deps group with 5 updates in the / directory:

Package From To
boto3 1.40.55 1.40.64
asf-search 10.1.1 10.1.2
moto[dynamodb] 5.1.15 5.1.16
ruff 0.14.1 0.14.3
cfn-lint 1.40.2 1.40.3

Updates boto3 from 1.40.55 to 1.40.64

Commits
  • 4767297 Merge branch 'release-1.40.64'
  • 4126cfb Bumping version to 1.40.64
  • 1f76848 Add changelog entries from botocore
  • de8a8d8 Merge branch 'release-1.40.63'
  • b4ab1ec Merge branch 'release-1.40.63' into develop
  • cb48975 Bumping version to 1.40.63
  • 5c30ab5 Add changelog entries from botocore
  • 6abe178 update the documentation for creating s3 bucket to address the region mismatc...
  • ea1a84d Merge branch 'release-1.40.62'
  • ec252ff Merge branch 'release-1.40.62' into develop
  • Additional commits viewable in compare view

Updates asf-search from 10.1.1 to 10.1.2

Release notes

Sourced from asf-search's releases.

v10.1.2

v10.1.2

Added

  • Add CRSD and RRSD constants to PRODUCT_TYPE
  • Add docstrings for DATASET.NISAR and the various related PRODUCT_TYPE constants
  • Add static method get_stack_opts_for_frame() to ARIAS1GUNWProduct class, returns ARIA frame stack opts for given frame ID

Fixed

  • No longer query CMR with L0B directly, now properly aliased to CRSD and RRSD product types

Changed

  • Bump asf-enumeration version minimum version to 0.4.0 for Sentinel-1C support
Changelog

Sourced from asf-search's changelog.

v10.1.2

Added

  • Add CRSD and RRSD constants to PRODUCT_TYPE
  • Add docstrings for DATASET.NISAR and the various related PRODUCT_TYPE constants
  • Add static method get_stack_opts_for_frame() to ARIAS1GUNWProduct class, returns ARIA frame stack opts for given frame ID

Fixed

  • No longer query CMR with L0B directly, now properly aliased to CRSD and RRSD product types

Changed

  • Bump asf-enumeration version minimum version to 0.4.0 for Sentinel-1C support

Commits
  • 07dcc6b Merge pull request #400 from asfadmin/feat-ARIAS1GUNW-static-stack-opts
  • 73b7c88 feat: add static class method get_stack_opts_for_frame() to ARIAS1GUNWProduct
  • 3bc2795 Merge pull request #399 from asfadmin/req-asf-enumeration-0.4.0
  • 94ef259 test: update aria stacking test case
  • cf2e68a requirements: bump asf-enumeration pin to 0.4.0
  • 89e7790 Merge pull request #397 from asfadmin/bug-L0B-aliasing
  • b5820e4 test: fix test case ordering
  • c4cf2ee bug: preserve order after science product aliasing
  • beca05c test: update test case
  • 25cb69b fix: sort stack when stacking with aria ID. Add S1 reference ID test case
  • Additional commits viewable in compare view

Updates moto[dynamodb] from 5.1.15 to 5.1.16

Changelog

Sourced from moto[dynamodb]'s changelog.

5.1.16

Docker Digest for 5.1.16: sha256:f78c8e0370cabe2516395f351fb27e1df1aa6dc2d728d6de16d5dfbc9ccf595d

General:
    * Removed support for the RoboMaker and QLDB, now that AWS has also deprecated these services

New Services: * S3Vectors: * create_vector_bucket() * delete_vector_bucket() * get_vector_bucket() * list_vector_buckets()

New Methods: * Glue: * create_security_configuration() * delete_security_configuration() * get_security_configuration() * get_security_configurations()

* FSx:
    * create_backup()
    * delete_backup()
    * list_tags_for_resource()
  • VPCLattice:
    • get_service()
    • get_service_network()
    • list_services()
    • list_service_networks()
    • list_tags_for_resource()
    • tag_resource()
    • untag_resource()

Miscellaneous: * ACM: list_certificates() now supports the 'keyTypes'-filter * APIGateway: get_stage() now supports stages that are URL encoded, like '$default' * DynamoDB now supports the WarmThroughput parameter on Tables and Indexes * DynamoDB: execute_statement() now supports querying indexes (both GSI and LSI) * EC2: create_volume() now supports the MultiAttachEnabled-parameter * EC2: modify_volume() now supports the parameters Iops, Throughput and MultiAttachEnabled * ElastiCache: create_cache_cluster() now validates that the mandatory parameter CacheNodeType is provided * ELBv2: describe_listener_certificates() now returns the IsDefault-field * Glue: create_connection() now supports the parameters ConnectionProperties, SparkProperties, AthenaProperties and PythonProperties * ResourceGroupsTaggingAPI: get_resources() now supports FSx resource types (Backups and FileSystems) * ResourceGroupsTaggingAPI: get_resources() now supports VPCLattice resource types (Services and Service Networks) * ResourceGroupsTaggingAPI: untag_resources() now supports RDS resource types * S3: put_object_tagging() now throws MethodNotAllowed when trying to tag a DeleteMarker * SSM: get_parameters_by_path() now validates that the maxResults-parameter is 10 at most

Commits

Updates ruff from 0.14.1 to 0.14.3

Release notes

Sourced from ruff's releases.

0.14.3

Release Notes

Released on 2025-10-30.

Preview features

  • Respect --output-format with --watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501, DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches for F401 (#20878)
  • [pylint] Implement stop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] Apply DJ001 to annotated fields (#20907)
  • [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] Fix TC003 false positive with future-annotations (#21125)
  • [pyflakes] Fix false positive for __class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extend airflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn that airflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators in Decimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example for S308 (#21128)

Other changes

  • Clearer error message when line-length goes beyond threshold (#21072)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.3

Released on 2025-10-30.

Preview features

  • Respect --output-format with --watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501, DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches for F401 (#20878)
  • [pylint] Implement stop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] Apply DJ001 to annotated fields (#20907)
  • [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] Fix TC003 false positive with future-annotations (#21125)
  • [pyflakes] Fix false positive for __class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extend airflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn that airflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators in Decimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example for S308 (#21128)

Other changes

  • Clearer error message when line-length goes beyond threshold (#21072)

Contributors

... (truncated)

Commits
  • 8737a2d Bump v0.14.3 (#21152)
  • 3be3a10 [ty] Don't provide completions when in class or function definition (#21146)
  • 13375d0 [ty] Use the top materialization of classes for narrowing in class-patterns f...
  • c0b04d4 [ty] Update "constraint implication" relation to work on constraints between ...
  • 1c7ea69 [flake8-type-checking] Fix TC003 false positive with future-annotations...
  • 9bacd19 [ty] Fix lookup of __new__ on instances (#21147)
  • f0fe6d6 Fix syntax error false positive on nested alternative patterns (#21104)
  • 10bda3d [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (...
  • e55bc94 [ty] Reachability and narrowing for enum methods (#21130)
  • 1b0ee46 [ty] Use range instead of custom IntIterable (#21138)
  • Additional commits viewable in compare view

Updates cfn-lint from 1.40.2 to 1.40.3

Release notes

Sourced from cfn-lint's releases.

Release v1.40.3

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.40.2...v1.40.3

Changelog

Sourced from cfn-lint's changelog.

v1.40.3

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.40.2...v1.40.3

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

Bumps the pip-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.40.55` | `1.40.64` |
| [asf-search](https://github.com/asfadmin/Discovery-asf_search) | `10.1.1` | `10.1.2` |
| [moto[dynamodb]](https://github.com/getmoto/moto) | `5.1.15` | `5.1.16` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.1` | `0.14.3` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.40.2` | `1.40.3` |



Updates `boto3` from 1.40.55 to 1.40.64
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.55...1.40.64)

Updates `asf-search` from 10.1.1 to 10.1.2
- [Release notes](https://github.com/asfadmin/Discovery-asf_search/releases)
- [Changelog](https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md)
- [Commits](asfadmin/Discovery-asf_search@v10.1.1...v10.1.2)

Updates `moto[dynamodb]` from 5.1.15 to 5.1.16
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.15...5.1.16)

Updates `ruff` from 0.14.1 to 0.14.3
- [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.1...0.14.3)

Updates `cfn-lint` from 1.40.2 to 1.40.3
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.40.2...v1.40.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: asf-search
  dependency-version: 10.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: moto[dynamodb]
  dependency-version: 5.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version patch Bump the patch version number of this project labels Nov 3, 2025
@dependabot dependabot bot requested review from a team as code owners November 3, 2025 19:18
@dependabot dependabot bot added patch Bump the patch version number of this project bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version labels Nov 3, 2025
@jtherrmann jtherrmann merged commit 5ae4603 into develop Nov 4, 2025
17 checks passed
@jtherrmann jtherrmann deleted the dependabot/pip/pip-deps-eb0daf6b1f branch November 4, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version patch Bump the patch version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants