Skip to content

Commit

Permalink
Bump the straightforward-dependencies group across 1 directory with 5…
Browse files Browse the repository at this point in the history
… updates (#2032)

Bumps the straightforward-dependencies group with 5 updates in the /lambdas directory:

| Package | From | To |
| --- | --- | --- |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.155.0` | `2.156.0` |
| [s3fs](https://github.com/fsspec/s3fs) | `2024.10.0` | `2024.12.0` |
| [notifications-python-client](https://github.com/alphagov/notifications-python-client) | `10.0.0` | `10.0.1` |
| [numpy](https://github.com/numpy/numpy) | `2.2.0` | `2.2.1` |



Updates `urllib3` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.3.0)

Updates `google-api-python-client` from 2.155.0 to 2.156.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.155.0...v2.156.0)

Updates `s3fs` from 2024.10.0 to 2024.12.0
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2024.10.0...2024.12.0)

Updates `notifications-python-client` from 10.0.0 to 10.0.1
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md)
- [Commits](alphagov/notifications-python-client@10.0.0...10.0.1)

Updates `numpy` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: straightforward-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: straightforward-dependencies
- dependency-name: s3fs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: straightforward-dependencies
- dependency-name: notifications-python-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: straightforward-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: straightforward-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 162a497 commit 98268eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lambdas/lambda_layers/requirements3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
notifications-python-client==10.0.0
notifications-python-client==10.0.1
2 changes: 1 addition & 1 deletion lambdas/lambda_layers/requirements4.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy==2.2.0
numpy==2.2.1
2 changes: 1 addition & 1 deletion lambdas/lambda_layers/requirements5.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gspread==6.1.4
oauth2client==4.1.3
google-api-python-client==2.155.0
google-api-python-client==2.156.0
yagmail==0.15.293
2 changes: 1 addition & 1 deletion lambdas/lambda_layers/requirements6.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urllib3==2.2.3
urllib3==2.3.0
2 changes: 1 addition & 1 deletion lambdas/lambda_layers/requirements7.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
s3fs==2024.10.0
s3fs==2024.12.0

0 comments on commit 98268eb

Please sign in to comment.