From ef587d3bf7eac8d7534a9ecab77dec4e342875f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:20:13 +0000 Subject: [PATCH] Bump the straightforward-dependencies group across 1 directory with 2 updates Bumps the straightforward-dependencies group with 2 updates in the /lambdas directory: [google-api-python-client](https://github.com/googleapis/google-api-python-client) and [s3fs](https://github.com/fsspec/s3fs). Updates `google-api-python-client` from 2.165.0 to 2.166.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.165.0...v2.166.0) Updates `s3fs` from 2025.3.0 to 2025.3.1 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2025.3.0...2025.3.1) --- updated-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-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] --- lambdas/lambda_layers/requirements5.txt | 2 +- lambdas/lambda_layers/requirements7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lambdas/lambda_layers/requirements5.txt b/lambdas/lambda_layers/requirements5.txt index 90a0e7b3d..ac1418a88 100644 --- a/lambdas/lambda_layers/requirements5.txt +++ b/lambdas/lambda_layers/requirements5.txt @@ -1,4 +1,4 @@ gspread==6.2.0 oauth2client==4.1.3 -google-api-python-client==2.165.0 +google-api-python-client==2.166.0 yagmail==0.15.293 \ No newline at end of file diff --git a/lambdas/lambda_layers/requirements7.txt b/lambdas/lambda_layers/requirements7.txt index 83d1d15d4..c63159d3a 100644 --- a/lambdas/lambda_layers/requirements7.txt +++ b/lambdas/lambda_layers/requirements7.txt @@ -1 +1 @@ -s3fs==2025.3.0 \ No newline at end of file +s3fs==2025.3.1 \ No newline at end of file