From dbf8eaabeb119f16f95a3a55443b6995891bd96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 07:14:48 +0000 Subject: [PATCH] chore(deps): update singer-sdk requirement from ~=0.44.3 to ~=0.53.5 Updates the requirements on [singer-sdk](https://github.com/meltano/sdk) to permit the latest version. - [Release notes](https://github.com/meltano/sdk/releases) - [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/meltano/sdk/compare/v0.44.3...v0.53.5) --- updated-dependencies: - dependency-name: singer-sdk dependency-version: 0.53.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 242011d..faaa962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = [ "Redshift", ] dependencies = [ - "singer-sdk~=0.44.3", + "singer-sdk~=0.53.5", "redshift-connector>=2.1.5,<3", "boto3>=1.37.19,<2", "sqlalchemy-redshift>=0.8.14,<0.9",