From aa09202e43aa66f7cbb10ec83c1a6216fc3d1180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:41:38 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.36.0 to ~=0.37.0 (#22) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f923907..cf7c617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = [ "version", ] dependencies = [ - "singer-sdk~=0.36.0", + "singer-sdk~=0.37.0", ] optional-dependencies.dev = [ "tap-hookdeck[testing,typing]",