From bbcbd45ca1ed7aa8782338a2afe8dd8626c67569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:02:29 +0000 Subject: [PATCH] chore(deps): update singer-sdk[testing] requirement Updates the requirements on [singer-sdk[testing]](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.50.2) --- updated-dependencies: - dependency-name: singer-sdk[testing] dependency-version: 0.50.2 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 67bbec2..8e85d1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ tap-exact = "tap_exact.tap:TapExact.cli" [dependency-groups] dev = [ "pytest>=7.4.0", - "singer-sdk[testing]~=0.42.1", + "singer-sdk[testing]~=0.50.2", ] [tool.hatch.build.targets.sdist]