From 874cbbc63af60cf3122e2808a44f9a78d695b801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:57:45 +0000 Subject: [PATCH] chore(deps): update singer-sdk requirement from ~=0.45.10 to ~=0.47.3 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.45.10...v0.47.3) --- updated-dependencies: - dependency-name: singer-sdk dependency-version: 0.47.3 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 082cd44..dd8404b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = "Apache-2.0" license-files = [ "LICENSE" ] requires-python = ">=3.9" dependencies = [ - "singer-sdk~=0.45.10", + "singer-sdk~=0.47.3", "requests~=2.32.3", "notion-client>=2.3.0", "case-converter>=1.2.0",