From fa5effede3f62e8aa2755fe640344a79fa2468b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:19:21 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.37.0 to ~=0.38.0 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.37.0...v0.38.0) --- 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 cf7c617..5f36b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = [ "version", ] dependencies = [ - "singer-sdk~=0.37.0", + "singer-sdk~=0.38.0", ] optional-dependencies.dev = [ "tap-hookdeck[testing,typing]",