Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the dependencies group with 5 updates:

Package From To
boto3 1.40.40 1.40.45
google-api-python-client 2.183.0 2.184.0
google-auth 2.40.3 2.41.1
boto3-stubs 1.40.40 1.40.45
ruff 0.13.2 0.13.3

Updates boto3 from 1.40.40 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.183.0 to 2.184.0

Release notes

Sourced from google-api-python-client's releases.

v2.184.0

2.184.0 (2025-09-30)

Features

Bug Fixes

... (truncated)

Commits

Updates google-auth from 2.40.3 to 2.41.1

Release notes

Sourced from google-auth's releases.

v2.41.1

2.41.1 (2025-09-30)

Bug Fixes

v2.41.0

2.41.0 (2025-09-29)

Features

  • Add support for cachetools 6.0 (#1773) (af18060)
  • Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)

Bug Fixes

Documentation

  • Update user guide to include x509 feature. (#1802) (2d89ab4)
Changelog

Sourced from google-auth's changelog.

2.41.1 (2025-09-30)

Bug Fixes

2.41.0 (2025-09-29)

Features

  • Add support for cachetools 6.0 (#1773) (af18060)
  • Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)

Bug Fixes

Documentation

  • Update user guide to include x509 feature. (#1802) (2d89ab4)
Commits

Updates boto3-stubs from 1.40.40 to 1.40.45

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates ruff from 0.13.2 to 0.13.3

Release notes

Sourced from ruff's releases.

0.13.3

Release Notes

Released on 2025-10-02.

Preview features

  • Display diffs for ruff format --check and add support for different output formats (#20443)
  • [pyflakes] Handle some common submodule import situations for unused-import (F401) (#20200)
  • [ruff] Do not flag %r + repr() combinations (RUF065) (#20600)

Bug fixes

  • [cli] Add conflict between --add-noqa and --diff options (#20642)
  • [pylint] Exempt required imports from PLR0402 (#20381)
  • [pylint] Fix missing max-nested-blocks in settings display (#20574)
  • [pyupgrade] Prevent infinite loop with I002 and UP026 (#20634)

Rule changes

  • [flake8-simplify] Improve help message clarity (SIM105) (#20548)

Documentation

  • Add the The Basics title back to CONTRIBUTING.md (#20624)
  • Fixed documentation for try_consider_else (#20587)
  • [isort] Clarify dependency between order-by-type and case-sensitive settings (#20559)
  • [pylint] Clarify fix safety to include left-hand hashability (PLR6201) (#20518)

Other changes

  • [playground] Fix quick fixes for empty ranges in playground (#20599)

Contributors

Install ruff 0.13.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.13.3/ruff-installer.sh | sh
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.13.3

Released on 2025-10-02.

Preview features

  • Display diffs for ruff format --check and add support for different output formats (#20443)
  • [pyflakes] Handle some common submodule import situations for unused-import (F401) (#20200)
  • [ruff] Do not flag %r + repr() combinations (RUF065) (#20600)

Bug fixes

  • [cli] Add conflict between --add-noqa and --diff options (#20642)
  • [pylint] Exempt required imports from PLR0402 (#20381)
  • [pylint] Fix missing max-nested-blocks in settings display (#20574)
  • [pyupgrade] Prevent infinite loop with I002 and UP026 (#20634)

Rule changes

  • [flake8-simplify] Improve help message clarity (SIM105) (#20548)

Documentation

  • Add the The Basics title back to CONTRIBUTING.md (#20624)
  • Fixed documentation for try_consider_else (#20587)
  • [isort] Clarify dependency between order-by-type and case-sensitive settings (#20559)
  • [pylint] Clarify fix safety to include left-hand hashability (PLR6201) (#20518)

Other changes

  • [playground] Fix quick fixes for empty ranges in playground (#20599)

Contributors

Commits
  • 188c0dc Bump 0.13.3 (#20685)
  • c9b2bcb Update benchmarking CI for cargo-codspeed v4 (#20686)
  • 4e94b22 [ty] Support single-starred argument for overload call (#20223)
  • 0639da2 [ty] ~T should never be assignable to T (#20606)
  • caf48f4 [pylint] Clarify fix safety to include left-hand hashability (PLR6201) (#...
  • 71d7112 [ty] No union with Unknown for module-global symbols (#20664)
  • eb34d12 [ty] Reject renaming files to start with slash in Playground (#20666)
  • 56d630e [ty] Enums: allow multiple aliases to point to the same member (#20669)
  • 963bc8c [ty] Reformulation of public symbol inference test suite (#20667)
  • 20eb5b5 [ty] Fix subtyping of invariant generics specialized with Any (#20650)
  • 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 dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.40.40` | `1.40.45` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.183.0` | `2.184.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.40.3` | `2.41.1` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.40.40` | `1.40.45` |
| [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.13.3` |


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

Updates `google-api-python-client` from 2.183.0 to 2.184.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.183.0...v2.184.0)

Updates `google-auth` from 2.40.3 to 2.41.1
- [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](googleapis/google-auth-library-python@v2.40.3...v2.41.1)

Updates `boto3-stubs` from 1.40.40 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.13.2 to 0.13.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.13.2...0.13.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.184.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google-auth
  dependency-version: 2.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: boto3-stubs
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 6, 2025
@RadoRado RadoRado merged commit a5c0d81 into master Oct 8, 2025
3 checks passed
@RadoRado RadoRado deleted the dependabot/pip/master/dependencies-58534ce8af branch October 8, 2025 10:30
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant