From ea5517390d922541600ba3cde0d9264fc2f3f72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:01:13 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.41.0 to ~=0.42.1 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.41.0...v0.42.1) --- updated-dependencies: - dependency-name: singer-sdk 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 40bb2fd..94e3888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = [ ] dependencies = [ "requests-cache~=1.0", - "singer-sdk~=0.41.0", + "singer-sdk~=0.42.1", "toolz~=1.0.0", ] optional-dependencies.dev = [