From b6a35ccfa5c6babf75b193ff1ccc3560fc2fe354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 06:38:50 +0000 Subject: [PATCH] chore(deps): 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.48.1) --- updated-dependencies: - dependency-name: singer-sdk[testing] dependency-version: 0.48.1 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..330b9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = [ "Redshift", ] dependencies = [ - "singer-sdk~=0.44.3", + "singer-sdk~=0.48.1", "redshift-connector>=2.1.5,<3", "boto3>=1.37.19,<2", "sqlalchemy-redshift>=0.8.14,<0.9",