From 768d75b3fdb790cc8371ab289e18d8cacb7a3c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:15:10 +0000 Subject: [PATCH] feat(deps): Update singer-sdk requirement from ~=0.42.1 to ~=0.43.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.42.1...v0.43.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 03bc1e7..b2115c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = [ ] dependencies = [ "requests>=2.26", - "singer-sdk~=0.42.1", + "singer-sdk~=0.43.1", ] optional-dependencies.dev = [ "tap-neon[testing,typing]",