Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-0e187bfa83
Open

chore(deps): bump the python group across 1 directory with 7 updates#15007
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-0e187bfa83

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
boto3 1.43.4 1.43.11
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.13.0
cs 3.4.0 3.4.1

Updates boto3 from 1.43.4 to 1.43.11

Commits
  • c628e75 Merge branch 'release-1.43.11'
  • ac6f929 Bumping version to 1.43.11
  • bb47b73 Add changelog entries from botocore
  • d8c26e0 Merge branch 'release-1.43.10'
  • 4ed1db8 Merge branch 'release-1.43.10' into develop
  • 413e36a Bumping version to 1.43.10
  • 401448d Add changelog entries from botocore
  • 6d47260 Merge branch 'release-1.43.9'
  • df96d6d Merge branch 'release-1.43.9' into develop
  • 7fb9872 Bumping version to 1.43.9
  • 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.13.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 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 python group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.4` | `1.43.11` |
| [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.13.0` |
| [cs](https://github.com/ngine-io/cs) | `3.4.0` | `3.4.1` |



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

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.13.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: google-auth
  dependency-version: 2.53.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
- 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: cs
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

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 May 27, 2026
@dependabot dependabot Bot requested a review from jackivanov as a code owner May 27, 2026 10:46
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