Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

chore(deps): bump the default group with 6 updates#278

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/default-a96024d47a
Open

chore(deps): bump the default group with 6 updates#278
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/default-a96024d47a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the default group with 6 updates:

Package From To
boto3 1.40.12 1.40.17
requests 2.32.4 2.32.5
ruamel-yaml 0.18.14 0.18.15
uv 0.8.11 0.8.13
coverage 7.10.4 7.10.5
moto 5.1.10 5.1.11

Updates boto3 from 1.40.12 to 1.40.17

Commits
  • 50b1b67 Merge branch 'release-1.40.17'
  • bf25224 Bumping version to 1.40.17
  • ba4d50a Add changelog entries from botocore
  • fe7457e Merge branch 'release-1.40.16'
  • 2811578 Merge branch 'release-1.40.16' into develop
  • 3930259 Bumping version to 1.40.16
  • 0954e8f Add changelog entries from botocore
  • 8836e33 Merge branch 'release-1.40.15'
  • e1dfc5f Merge branch 'release-1.40.15' into develop
  • 14dbc58 Bumping version to 1.40.15
  • Additional commits viewable in compare view

Updates requests from 2.32.4 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates ruamel-yaml from 0.18.14 to 0.18.15

Updates uv from 0.8.11 to 0.8.13

Release notes

Sourced from uv's releases.

0.8.13

Release Notes

Enhancements

  • Add --no-install-* arguments to uv add (#15375)
  • Initialize Git prior to reading author in uv init (#15377)
  • Add CUDA 129 to available torch backends (#15416)
  • Update Pyodide to 0.28.2 (#15385)

Preview features

  • Add an experimental uv format command (#15017)
  • Allow version specifiers in extra-build-dependencies if match-runtime is explicitly false (#15420)

Bug fixes

  • Add triton to torch-backend manifest (#15405)
  • Avoid panicking when resolver returns stale distributions (#15389)
  • Fix uv_build wheel hashes (#15400)
  • Treat --upgrade-package on the command-line as overriding upgrade = false in configuration (#15395)
  • Restore DockerHub publishing (#15381)

Install uv 0.8.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.13/uv-installer.sh | sh

Install prebuilt binaries via powershell script

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

Download uv 0.8.13

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.8.13

Enhancements

  • Add --no-install-* arguments to uv add (#15375)
  • Initialize Git prior to reading author in uv init (#15377)
  • Add CUDA 129 to available torch backends (#15416)
  • Update Pyodide to 0.28.2 (#15385)

Preview features

  • Add an experimental uv format command (#15017)
  • Allow version specifiers in extra-build-dependencies if match-runtime is explicitly false (#15420)

Bug fixes

  • Add triton to torch-backend manifest (#15405)
  • Avoid panicking when resolver returns stale distributions (#15389)
  • Fix uv_build wheel hashes (#15400)
  • Treat --upgrade-package on the command-line as overriding upgrade = false in configuration (#15395)
  • Restore DockerHub publishing (#15381)

0.8.12

Python

  • Add 3.13.7
  • Improve performance of zstd in Python 3.14

See the python-build-standalone release notes for details.

Enhancements

  • Add an aarch64-pc-windows-msvc target for python-platform (#15347)
  • Add fallback parent process detection to uv tool update-shell (#15356)
  • Install non-build-isolation packages in a second phase (#15306)
  • Add hint when virtual environments are included in source distributions (#15202)
  • Add Docker images derived from buildpack-deps:trixie, debian:trixie-slim, alpine:3.22 (#15351)

Bug fixes

  • Reject already-installed wheels built with outdated settings (#15289)
  • Skip interpreters that are not found on query (#15315)
  • Handle dotted package names in script path resolution (#15300)
  • Reject match-runtime = true for dynamic packages (#15292)

Documentation

  • Document improvements to build-isolation setups (#15326)
  • Fix reference documentation recommendation to use uv cache clean instead of clear (#15313)
Commits

Updates coverage from 7.10.4 to 7.10.5

Changelog

Sourced from coverage's changelog.

Version 7.10.5 — 2025-08-23

  • Big speed improvements for coverage combine: it's now about twice as fast! Huge thanks to Alex Gaynor for pull requests 2032 <pull 2032_>, 2033 <pull 2033_>, and 2034 <pull 2034_>_.

.. _pull 2032: nedbat/coveragepy#2032 .. _pull 2033: nedbat/coveragepy#2033 .. _pull 2034: nedbat/coveragepy#2034

.. _changes_7-10-4:

Commits
  • 810abeb chore: make upgrade
  • 3c8f1b5 build: use --universal to keep platform conditions in .pip files
  • 107ae05 docs: sample HTML for 7.10.5
  • b5bc6d4 docs: prep for 7.10.5
  • a5c18cc style: auto-generated changes shouldn't trigger ruff re-formatting
  • 1f9f840 build: tooling for ruff formatting
  • 9ee5b3e chore: make upgrade
  • bfeb2ae style: fix things so pylint is happy with ruff
  • 82467f7 chore: ruff format .
  • 0a7b733 refactor: remove unused things from lab/
  • Additional commits viewable in compare view

Updates moto from 5.1.10 to 5.1.11

Changelog

Sourced from moto's changelog.

5.1.11

Docker Digest for 5.1.11: sha256:8ca337023ebaa5c0b8b33503b178d4db3326fca184551d6f47b07b8dd8532644

New Methods:
    * Athena:
        * list_tags_for_resource()
* Comprehend:
    * delete_resource_policy()
    * describe_document_classification_job()
    * describe_dominant_language_detection_job()
    * describe_entities_detection_job()
    * describe_events_detection_job()
    * describe_key_phrases_detection_job()
    * describe_pii_entities_detection_job()
    * describe_resource_policy()
    * describe_sentiment_detection_job()
    * describe_targeted_sentiment_detection_job()
    * describe_topics_detection_job()
    * list_document_classification_jobs()
    * list_dominant_language_detection_jobs()
    * list_entities_detection_jobs()
    * list_events_detection_jobs()
    * list_key_phrases_detection_jobs()
    * list_pii_entities_detection_jobs()
    * list_sentiment_detection_jobs()
    * list_targeted_sentiment_detection_jobs()
    * list_topics_detection_jobs()
    * put_resource_policy()
    * start_document_classification_job()
    * start_dominant_language_detection_job()
    * start_entities_detection_job()
    * start_events_detection_job()
    * start_key_phrases_detection_job()
    * start_pii_entities_detection_job()
    * start_sentiment_detection_job()
    * start_targeted_sentiment_detection_job()
    * start_topics_detection_job()
    * stop_dominant_language_detection_job()
    * stop_entities_detection_job()
    * stop_events_detection_job()
    * stop_key_phrases_detection_job()
    * stop_pii_entities_detection_job()
    * stop_sentiment_detection_job()
    * stop_targeted_sentiment_detection_job()
  • ElasticSearch:
    • describe_elasticsearch_domain_config()

... (truncated)

Commits
  • 9689fb3 Pre-Release: Up Version Number
  • 24a2c7a Prep release 5.1.11 (#9215)
  • e400585 chore: update SSM default parameters (#9214)
  • 1376020 chore: update EC2 Instance Types (#9213)
  • 2c6de02 chore: update EC2 Instance Offerings (#9212)
  • d8cc7e5 chore: update EMR Instance Types (#9211)
  • 680d195 ELB: Improve parity for TargetGroup and LoadBalancer responses (#9201)
  • cedad58 Admin: Rename test-files to *integration.py (#9210)
  • 00b7549 EC2: Add missing attributes to Elastic Network Interfaces (#9202)
  • c2fb71e S3: complete_multipart_upload() should respect IfNoneMatch for existing multi...
  • Additional commits viewable in compare view

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 default group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.40.12` | `1.40.17` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| ruamel-yaml | `0.18.14` | `0.18.15` |
| [uv](https://github.com/astral-sh/uv) | `0.8.11` | `0.8.13` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.4` | `7.10.5` |
| [moto](https://github.com/getmoto/moto) | `5.1.10` | `5.1.11` |


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

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `ruamel-yaml` from 0.18.14 to 0.18.15

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

Updates `coverage` from 7.10.4 to 7.10.5
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.10.4...7.10.5)

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

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: ruamel-yaml
  dependency-version: 0.18.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: uv
  dependency-version: 0.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: coverage
  dependency-version: 7.10.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: moto
  dependency-version: 5.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2025 11:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants