Skip to content

chore(deps): bump the python group across 1 directory with 7 updates#15007

Merged
dguido merged 1 commit into
mainfrom
dependabot/uv/python-0e187bfa83
Jun 16, 2026
Merged

chore(deps): bump the python group across 1 directory with 7 updates#15007
dguido merged 1 commit into
mainfrom
dependabot/uv/python-0e187bfa83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 7 updates in the / directory:

Package From To
boto3 1.43.4 1.43.21
google-auth 2.50.0 2.53.0
requests 2.33.1 2.34.2
hcloud 2.19.0 2.20.0
linode-api4 5.43.0 5.44.0
openstacksdk 4.12.0 4.14.0
cs 3.4.0 3.4.1

Updates boto3 from 1.43.4 to 1.43.21

Commits
  • 0df64b3 Merge branch 'release-1.43.21'
  • f080698 Bumping version to 1.43.21
  • 7f6569b Add changelog entries from botocore
  • 9b7b7e6 Merge branch 'release-1.43.20'
  • 4d43f36 Merge branch 'release-1.43.20' into develop
  • 26e55fe Bumping version to 1.43.20
  • eab000e Add changelog entries from botocore
  • 3ae731c Merge branch 'release-1.43.19'
  • 4528046 Merge branch 'release-1.43.19' into develop
  • 6b66612 Bumping version to 1.43.19
  • Additional commits viewable in compare view

Updates google-auth from 2.50.0 to 2.53.0

Commits

Updates requests from 2.33.1 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)
Commits

Updates hcloud from 2.19.0 to 2.20.0

Release notes

Sourced from hcloud's releases.

v2.20.0

Load Balancer HTTP Services now support timeout_idle

HTTP Services now support the field timeout_idle, which controls the time a HTTP connection is allowed to idle before it is being dropped.

See the changelog for more information.

Features

  • load-balancer: support timeout_idle http service field (#649)
Changelog

Sourced from hcloud's changelog.

v2.20.0

Load Balancer HTTP Services now support timeout_idle

HTTP Services now support the field timeout_idle, which controls the time a HTTP connection is allowed to idle before it is being dropped.

See the changelog for more information.

Features

  • load-balancer: support timeout_idle http service field (#649)
Commits

Updates linode-api4 from 5.43.0 to 5.44.0

Release notes

Sourced from linode-api4's releases.

v5.44.0

What's Changed

📋 New Project

🚀 New Features

💡 Improvements

🧪 Testing Improvements

📖 Documentation

📦 Dependency Updates

Full Changelog: linode/linode_api4-python@v5.43.0...v5.44.0

Commits
  • 416f7a9 Merge pull request #691 from linode/dev
  • fcc41e5 Fix failing integration test (#697)
  • dfc536e TPT-4113: Project SLADE + CLEO (#696)
  • 368aed4 Add support for firewall rules version and fingerprint (#656)
  • 68772a8 Update Images in integration tests (#694)
  • 8985109 Change assignments type from dict to list (#687)
  • bf13f2e build(deps): bump actions/dependency-review-action from 4 to 5 (#695)
  • 7bf9b4d docs: update API documentation links in Lock classes (#679)
  • b690c4f build(deps): bump actions/github-script from 8 to 9 (#682)
  • 4fec1e5 ACLP: Cleanup entity related response fields from alert definition (#690)
  • Additional commits viewable in compare view

Updates openstacksdk from 4.12.0 to 4.14.0

Updates cs from 3.4.0 to 3.4.1

Release notes

Sourced from cs's releases.

v3.4.1

This is the last version supporting Python 3.9.

What's Changed

New Contributors

Full Changelog: ngine-io/cs@v3.4.0...v3.4.1

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 27, 2026
@dependabot dependabot Bot requested a review from jackivanov as a code owner May 27, 2026 10:46
Bumps the python group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.4` | `1.43.21` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.50.0` | `2.53.0` |
| [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` |
| [hcloud](https://github.com/hetznercloud/hcloud-python) | `2.19.0` | `2.20.0` |
| [linode-api4](https://github.com/linode/linode_api4-python) | `5.43.0` | `5.44.0` |
| [openstacksdk](https://docs.openstack.org/openstacksdk) | `4.12.0` | `4.14.0` |
| [cs](https://github.com/ngine-io/cs) | `3.4.0` | `3.4.1` |



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

Updates `google-auth` from 2.50.0 to 2.53.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/commits)

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 `hcloud` from 2.19.0 to 2.20.0
- [Release notes](https://github.com/hetznercloud/hcloud-python/releases)
- [Changelog](https://github.com/hetznercloud/hcloud-python/blob/main/CHANGELOG.md)
- [Commits](hetznercloud/hcloud-python@v2.19.0...v2.20.0)

Updates `linode-api4` from 5.43.0 to 5.44.0
- [Release notes](https://github.com/linode/linode_api4-python/releases)
- [Commits](linode/linode_api4-python@v5.43.0...v5.44.0)

Updates `openstacksdk` from 4.12.0 to 4.14.0

Updates `cs` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/ngine-io/cs/releases)
- [Commits](ngine-io/cs@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: cs
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: google-auth
  dependency-version: 2.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: hcloud
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: linode-api4
  dependency-version: 5.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: openstacksdk
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/python-0e187bfa83 branch from e3a2e9b to 990b287 Compare June 10, 2026 08:45

@dguido dguido left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated evaluation: clean 3-way merge, uv sync + full unit suite (119 passed) on the combined batch, no downgrades, no major version crossings. Resolves flagged CVEs (idna/urllib3) where applicable.

@dguido dguido merged commit 4346ab9 into main Jun 16, 2026
20 of 21 checks passed
@dguido dguido deleted the dependabot/uv/python-0e187bfa83 branch June 16, 2026 03:19
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.

1 participant