Bump the straightforward-dependencies group across 1 directory with 5 updates - #2805
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/pip/lambdas/straightforward-dependencies-fe943471b2
branch
from
September 1, 2026 12:26
0244298 to
346fb4f
Compare
Contributor
|
@dependabot recreate |
… updates Bumps the straightforward-dependencies group with 5 updates in the /lambdas directory: | Package | From | To | | --- | --- | --- | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.197.0` | `2.199.0` | | [notifications-python-client](https://github.com/alphagov/notifications-python-client) | `12.0.0` | `12.1.0` | | [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.5.2` | | [httplib2](https://github.com/httplib2/httplib2) | `0.31.2` | `0.32.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2026.6.0` | `2026.7.0` | Updates `google-api-python-client` from 2.197.0 to 2.199.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.197.0...v2.199.0) Updates `notifications-python-client` from 12.0.0 to 12.1.0 - [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md) - [Commits](alphagov/notifications-python-client@12.0.0...12.1.0) Updates `numpy` from 2.3.5 to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.5...v2.5.2) Updates `httplib2` from 0.31.2 to 0.32.0 - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](httplib2/httplib2@v0.31.2...v0.32.0) Updates `s3fs` from 2026.6.0 to 2026.7.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/commits/2026.7.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.199.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: httplib2 dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: notifications-python-client dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: s3fs dependency-version: 2026.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/lambdas/straightforward-dependencies-fe943471b2
branch
from
September 1, 2026 12:34
346fb4f to
efef0ed
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the straightforward-dependencies group with 5 updates in the /lambdas directory:
2.197.02.199.012.0.012.1.02.3.52.5.20.31.20.32.02026.6.02026.7.0Updates
google-api-python-clientfrom 2.197.0 to 2.199.0Release notes
Sourced from google-api-python-client's releases.
... (truncated)
Commits
b0089dfchore(main): release 2.199.0 (#2774)7b8de0bfix: drop support for Python 3.7-3.9 (#2770)5a3308bchore: Update discovery artifacts (#2791)829a677test: fix mTLS auto-enablement unit tests (#2792)ce8b433chore: Update discovery artifacts (#2777)4996499chore: Update discovery artifacts (#2776)5636e61chore: Update discovery artifacts (#2773)bf14134chore(main): release 2.198.0 (#2772)ea0e936chore: Update discovery artifacts (#2771)348fc8fchore: migrate samples to google-cloud-python system test infrastructure (#2768)Updates
notifications-python-clientfrom 12.0.0 to 12.1.0Changelog
Sourced from notifications-python-client's changelog.
Commits
17782e9Merge pull request #276 from alphagov/allow_sanitise_content_for_placeholder_...0f627feUpdate CHANGELOG.mdfef2326Minor version change1902b7dAllow sanitise_content_for arg in send_email_notification endpoint.Updates
numpyfrom 2.3.5 to 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
48feceeREL: Prepare for the NumPy 2.5.2 release (#32226)ecf599cMerge pull request #32221 from charris/backport-321513c7ac97Merge pull request #32220 from charris/backport-3220523b30f4BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)4964ca8TYP:iscloseshape-typing fix for 2d array-likes (#32205)c37ed94MAINT: Skip limited_api tests on some platforms. (#32214)5cfd73bMerge pull request #32206 from charris/update-cibuildwheeld8262bcMAINT: Update cibuildwheel to v4.2.0988d94dMerge pull request #32158 from charris/backport-32133b2e4f97BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)Updates
httplib2from 0.31.2 to 0.32.0Changelog
Sourced from httplib2's changelog.
Commits
ba9bf50v0.32.0 release87581addecompression limited by size and ratio; require python 3.8+Updates
s3fsfrom 2026.6.0 to 2026.7.0Commits