Skip to content

Commit e3a2e9b

Browse files
chore(deps): bump the python group across 1 directory with 7 updates
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>
1 parent ee8e6a4 commit e3a2e9b

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ py-modules = []
2323
[project.optional-dependencies]
2424
# Cloud provider dependencies (installed automatically based on provider selection)
2525
aws = [
26-
"boto3>=1.43.4",
26+
"boto3>=1.43.11",
2727
]
2828
azure = [
2929
"azure-identity>=1.15.0",
@@ -33,20 +33,20 @@ azure = [
3333
"msrestazure>=0.6.4",
3434
]
3535
gcp = [
36-
"google-auth>=2.50.0",
37-
"requests>=2.31.0",
36+
"google-auth>=2.53.0",
37+
"requests>=2.34.2",
3838
]
3939
hetzner = [
40-
"hcloud>=2.19.0",
40+
"hcloud>=2.20.0",
4141
]
4242
linode = [
43-
"linode-api4>=5.43.0",
43+
"linode-api4>=5.44.0",
4444
]
4545
openstack = [
46-
"openstacksdk>=4.12.0",
46+
"openstacksdk>=4.13.0",
4747
]
4848
cloudstack = [
49-
"cs>=3.0.0",
49+
"cs>=3.4.1",
5050
]
5151

5252
[tool.ruff]

uv.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)