From 729c52218f01a791a62027b8a162714b4cf833bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:13:49 +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.4) --- updated-dependencies: - dependency-name: singer-sdk[testing] dependency-version: 0.53.4 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..4ff67b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = [ "Redshift", ] dependencies = [ - "singer-sdk~=0.44.3", + "singer-sdk~=0.53.4", "redshift-connector>=2.1.5,<3", "boto3>=1.37.19,<2", "sqlalchemy-redshift>=0.8.14,<0.9",