Skip to content

Commit bde41a4

Browse files
Bump the straightforward-dependencies group across 3 directories with 6 updates
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 5 updates in the /lambdas directory: | Package | From | To | | --- | --- | --- | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.6.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.183.0` | `2.187.0` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.2` | `2.3.3` | | [s3fs](https://github.com/fsspec/s3fs) | `2025.9.0` | `2025.12.0` | | [numpy](https://github.com/numpy/numpy) | `2.2.4` | `2.3.5` | 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.8 to 2.1.10 - [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.8...v2.1.10) Updates `urllib3` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) Updates `google-api-python-client` from 2.183.0 to 2.187.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.183.0...v2.187.0) Updates `pandas` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.2...v2.3.3) Updates `s3fs` from 2025.9.0 to 2025.12.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2025.9.0...2025.12.0) Updates `numpy` from 2.2.4 to 2.3.5 - [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.4...v2.3.5) Updates `redshift-connector` from 2.1.8 to 2.1.10 - [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.8...v2.1.10) --- updated-dependencies: - dependency-name: redshift-connector dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: google-api-python-client dependency-version: 2.187.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies - dependency-name: s3fs dependency-version: 2025.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: straightforward-dependencies - dependency-name: redshift-connector dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: straightforward-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 516bbbb commit bde41a4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pandas==2.3.2
1+
pandas==2.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy==2.2.4
1+
numpy==2.3.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gspread==6.2.1
22
oauth2client==4.1.3
3-
google-api-python-client==2.183.0
3+
google-api-python-client==2.187.0
44
yagmail==0.15.293
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urllib3==2.5.0
1+
urllib3==2.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
s3fs==2025.9.0
1+
s3fs==2025.12.0

scripts/requirements.build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools
22
wheel
33
boto3
4-
redshift-connector==2.1.8 # used to connect with redshift
4+
redshift-connector==2.1.10 # used to connect with redshift

scripts/requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest-mock
44
pydeequ
55
# Explicitly set urllib3 version compatible with botocore to pass CI tests
66
urllib3>=1.25.4,<2.6 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
7-
redshift-connector==2.1.8 # used to connect with redshift
7+
redshift-connector==2.1.10 # used to connect with redshift

0 commit comments

Comments
 (0)