From 79b3897e85ecadea1122e4be6899ff17b7d132cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:02:46 +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 | 18 +++++++++--------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b7fd72..e1a99a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1629,13 +1629,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] @@ -1651,9 +1651,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" @@ -1665,8 +1665,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)"] @@ -1959,4 +1959,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "e349f1170592eff4a4d3c6bdbbb67c4b5cde1f2bd5df9662a8776cd2afdaa83f" +content-hash = "c142e3d856f8079cabc1bcf2dfcc301a34dfd477c440296089d4972f37884ae0" diff --git a/pyproject.toml b/pyproject.toml index fbbac29..6acd89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,11 @@ python = ">=3.9" facebook-business = "~=21.0.3" pendulum = "~=3.0.0" requests = "~=2.32" -singer-sdk = "~=0.43.0" +singer-sdk = "~=0.44.2" [tool.poetry.group.dev.dependencies] pytest = ">=8.2" -singer-sdk = {version = "~=0.43.0", extras = ["testing"]} +singer-sdk = {version = "~=0.44.2", extras = ["testing"]} [tool.poetry.group.typing.dependencies] mypy = ">=1.13"