From f2f995022291456d09f426b127cfa44ffd1edbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:16:37 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.40.0 to ~=0.41.0 (#65) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e964fb7..4b35ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ dependencies = [ "requests<3,>=2", "requests-cache<2,>=1", - "singer-sdk~=0.40.0", + "singer-sdk~=0.41.0", ] optional-dependencies.dev = [ "tap-clinicaltrials[testing,typing]",