Skip to content

Commit

Permalink
Bump the straightforward-dependencies group across 3 directories with…
Browse files Browse the repository at this point in the history
… 2 updates (#1994)

Bumps the straightforward-dependencies group with 1 update in the / directory: [redshift-connector](https://github.com/aws/amazon-redshift-python-driver).
Bumps the straightforward-dependencies group with 1 update in the /lambdas directory: [google-api-python-client](https://github.com/googleapis/google-api-python-client).
Bumps the straightforward-dependencies group with 1 update in the /scripts directory: [redshift-connector](https://github.com/aws/amazon-redshift-python-driver).


Updates `redshift-connector` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-python-driver@v2.1.3...v2.1.4)

Updates `google-api-python-client` from 2.153.0 to 2.154.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.153.0...v2.154.0)

Updates `redshift-connector` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-python-driver@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: redshift-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: redshift-connector
  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 Nov 25, 2024
1 parent 798df50 commit 3faba2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.153.0
google-api-python-client==2.154.0
yagmail==0.15.293
2 changes: 1 addition & 1 deletion scripts/requirements.build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools
wheel
boto3
redshift-connector==2.1.3 # used to connect with redshift
redshift-connector==2.1.4 # used to connect with redshift
2 changes: 1 addition & 1 deletion scripts/requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-mock
pydeequ
# Explicitly set urllib3 version compatible with botocore to pass CI tests
urllib3>=1.25.4,<1.27 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
redshift-connector==2.1.3 # used to connect with redshift
redshift-connector==2.1.4 # used to connect with redshift

0 comments on commit 3faba2f

Please sign in to comment.