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

Bump the patches group with 4 updates#3394

Merged
henrikhorluck merged 1 commit into
mainfrom
dependabot/uv/patches-e0c979300a
Jun 9, 2025
Merged

Bump the patches group with 4 updates#3394
henrikhorluck merged 1 commit into
mainfrom
dependabot/uv/patches-e0c979300a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 9, 2025

Bumps the patches group with 4 updates: django, google-api-python-client, boto3 and setuptools.

Updates django from 5.2.1 to 5.2.2

Commits
  • 9e2fe65 [5.2.x] Bumped version for 5.2.2 release.
  • 7456aa2 [5.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response...
  • 3340d41 [5.2.x] Fixed #36432 -- Fixed a prefetch_related crash on related target subc...
  • 0c548e6 [5.2.x] Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media ...
  • 2bf4c5b [5.2.x] Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in ...
  • 37e5cc6 [5.2.x] Fixed #36423 -- Prevented filter_horizontal buttons from intercepting...
  • e107b8a [5.2.x] Added stub release notes and release date for 5.2.2, 5.1.10, and 4.2.22.
  • 81320d0 [5.2.x] Fixed #36402, Refs #35980 -- Updated built package name in reusable a...
  • 7e4b371 [5.2.x] Fixed #36405 -- Fixed OrderableAggMixin.order_by using OuterRef.
  • c29e309 [5.2.x] Fixed #36404 -- Fixed Aggregate.filter using OuterRef.
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.170.0 to 2.171.0

Release notes

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

v2.171.0

2.171.0 (2025-06-03)

Features

... (truncated)

Commits

Updates boto3 from 1.38.23 to 1.38.32

Commits
  • c2ef4c3 Merge branch 'release-1.38.32'
  • 6d14b07 Bumping version to 1.38.32
  • 2644d95 Add changelog entries from botocore
  • 1a5a89a Merge branch 'release-1.38.31'
  • d910d4f Merge branch 'release-1.38.31' into develop
  • abf78b6 Bumping version to 1.38.31
  • 03a15c2 Add changelog entries from botocore
  • 10d680d Merge branch 'release-1.38.30'
  • 25aaac6 Merge branch 'release-1.38.30' into develop
  • e9683f9 Bumping version to 1.38.30
  • Additional commits viewable in compare view

Updates setuptools from 80.8.0 to 80.9.0

Changelog

Sourced from setuptools's changelog.

v80.9.0

Features

  • Set a deadline for the removal of pkg_resources later this year (December). (#3085)
  • Removed reliance on pkg_resources in test_wheel. (#3085)
Commits
  • 9c4d383 Bump version: 80.8.0 → 80.9.0
  • 05cb3c8 Merge pull request #5014 from pypa/debt/pkg_resources-deadline
  • 3b0bf5b Adjust ignore
  • 9c28cdf Set a deadline for the removal of pkg_resources later this year (December).
  • a3bfef9 Merge pull request #5013 from DimitriPapadopoulos/ISC
  • 64bf9d0 Enforce ruff/flake8-implicit-str-concat rules (ISC)
  • 3250c25 Fix broken link in docs (#4947)
  • 5ccf50e Merge pull request #5006 from pypa/feature/remove-more-pkg_resources
  • 134e587 Suppress nitpicky typecheck in pyright.
  • 0bf2663 Add news fragment.
  • 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 patches group with 4 updates: [django](https://github.com/django/django), [google-api-python-client](https://github.com/googleapis/google-api-python-client), [boto3](https://github.com/boto/boto3) and [setuptools](https://github.com/pypa/setuptools).


Updates `django` from 5.2.1 to 5.2.2
- [Commits](django/django@5.2.1...5.2.2)

Updates `google-api-python-client` from 2.170.0 to 2.171.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.170.0...v2.171.0)

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

Updates `setuptools` from 80.8.0 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.8.0...v80.9.0)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: google-api-python-client
  dependency-version: 2.171.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
- dependency-name: boto3
  dependency-version: 1.38.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
...

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 Jun 9, 2025
@henrikhorluck henrikhorluck added this pull request to the merge queue Jun 9, 2025
Merged via the queue into main with commit d92b776 Jun 9, 2025
6 checks passed
@henrikhorluck henrikhorluck deleted the dependabot/uv/patches-e0c979300a branch June 9, 2025 10:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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