From 38121fefe5cb1ed59487667b116e0b471b688ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 07:14:44 +0000 Subject: [PATCH] chore(deps-dev): update singer-sdk[testing] requirement Updates the requirements on [singer-sdk[testing]](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[testing] dependency-version: 0.53.5 dependency-type: direct:development ... 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",