From ccc93fbe118a1e38ae9b4e94e1fdefe686e1ba02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 06:19:31 +0000 Subject: [PATCH] chore(deps): update singer-sdk requirement from ~=0.45.10 to ~=0.46.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.45.10...v0.46.0) --- updated-dependencies: - dependency-name: singer-sdk dependency-version: 0.46.0 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..6b22951 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.46.0", "requests~=2.32.3", "notion-client>=2.3.0", "case-converter>=1.2.0",