From 102972ab1190e35abb180d55cd7b82b03b548dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:02:24 +0000 Subject: [PATCH] Bump redshift-connector from 2.1.13 to 2.1.14 Bumps [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) from 2.1.13 to 2.1.14. - [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](https://github.com/aws/amazon-redshift-python-driver/compare/v2.1.13...v2.1.14) --- updated-dependencies: - dependency-name: redshift-connector dependency-version: 2.1.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec0f6d..e9a1e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ postgresql-client = [ redshift-client = [ "nypl_py_utils[log-helper]", "botocore==1.43.6", - "redshift-connector==2.1.13" + "redshift-connector==2.1.14" ] s3-client = [ "nypl_py_utils[log-helper]",