From 862dd357159667f1c3c1053372110c896f4d8e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:34:57 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.42.0a1 to ~=0.43.0a1 (#32) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6a29d4..414b4ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = [ ] dependencies = [ "requests>=2,<3", - "singer-sdk~=0.42.0a1", + "singer-sdk~=0.43.0a1", ] optional-dependencies.dev = [ "tap-streakcrm[testing,typing]",