From f7738c943437651357be9ad3334fe68f4e41157a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:35:31 +0000 Subject: [PATCH] feat(deps): Bump singer-sdk from 0.43.1 to 0.44.2 Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.43.1 to 0.44.2. - [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.43.1...v0.44.2) --- updated-dependencies: - dependency-name: singer-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cd2a14..4a45965 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1034,13 +1034,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.43.1" +version = "0.44.2" description = "A framework for building Singer taps" optional = false python-versions = ">=3.9" files = [ - {file = "singer_sdk-0.43.1-py3-none-any.whl", hash = "sha256:bd03da661317907b26db6806f1adb2a365c6183889f981602a405f8f784aa1ba"}, - {file = "singer_sdk-0.43.1.tar.gz", hash = "sha256:4941208e95bde7865943b06677536aee316a755b5b3b7af0a6ef7717454e8645"}, + {file = "singer_sdk-0.44.2-py3-none-any.whl", hash = "sha256:caa4bca45c3a8d4cdcc84566d38ec49919b22d29b1a9a45518d41906a22706ed"}, + {file = "singer_sdk-0.44.2.tar.gz", hash = "sha256:6be24fe8a014bfb20cab8b09a1030b3be9a33e3283072731f07dde276dc368f1"}, ] [package.dependencies] @@ -1056,9 +1056,9 @@ joblib = ">=1.3.0" jsonpath-ng = ">=1.5.3" jsonschema = ">=4.16.0" packaging = ">=23.1" -pytest = {version = ">=7.2.1", optional = true, markers = "extra == \"docs\" or extra == \"testing\""} +pytest = {version = ">=7.2.1", optional = true, markers = "extra == \"testing\""} python-dotenv = ">=0.20" -PyYAML = ">=6.0" +pyyaml = ">=6.0" referencing = ">=0.30.0" requests = ">=2.25.1" setuptools = "<=70.3.0" @@ -1070,8 +1070,8 @@ typing-extensions = ">=4.5.0" [package.extras] docs = ["furo (>=2024.5.6)", "myst-parser (>=3)", "pytest (>=7.2.1)", "sphinx (>=7)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-notfound-page (>=1.0.0)", "sphinx-reredirects (>=0.1.5)"] faker = ["faker (>=22.5)"] -jwt = ["PyJWT (>=2.4,<3.0)", "cryptography (>=3.4.6)"] -parquet = ["numpy (>=1.22)", "numpy (>=1.22,<2.1)", "pyarrow (>=13)"] +jwt = ["cryptography (>=3.4.6)", "pyjwt (>=2.4,<3.0)"] +parquet = ["numpy (>=1.22)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)", "s3fs (>=2024.9.0)"] ssh = ["paramiko (>=3.3.0)"] testing = ["pytest (>=7.2.1)"] @@ -1243,4 +1243,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "731de2caebba84075babc13d6fe84cb6fcef897cb6d3f2fc924ee51e640c35a2" +content-hash = "8cd0f7875b9e2003a22853605046096358ebb85ded908ac71265adab22b43198" diff --git a/pyproject.toml b/pyproject.toml index d7a1219..23c0eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ documentation = "https://github.com/edgarrmondragon/tap-geekbot#readme" [tool.poetry.dependencies] python = ">=3.9" -singer-sdk = "~=0.43.1" +singer-sdk = "~=0.44.2" [tool.poetry.group.dev.dependencies] mypy = ">=1.8.0" pytest = "~=8.0" -singer-sdk = { version = "~=0.43.1", extras = [ +singer-sdk = { version = "~=0.44.2", extras = [ "testing", ] }