From b31cdf29c45697a3b1d9bd50f913f636f4c08193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:00:05 +0000 Subject: [PATCH] chore(deps): bump singer-sdk from 0.43.1 to 0.44.0 (#98) Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.43.1 to 0.44.0. - [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.0) --- updated-dependencies: - dependency-name: singer-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++++------ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b7abcf..1b32d1f 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 = "appdirs" @@ -1148,13 +1148,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.43.1" +version = "0.44.0" 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.0-py3-none-any.whl", hash = "sha256:15d896edae6e16c2614e5211f52546a63ea58cd88578e61efc259dfefc032972"}, + {file = "singer_sdk-0.44.0.tar.gz", hash = "sha256:050ab063188a0d6f6989456d0d3d9c52cb6da706950ec6f8d8ad1a60ecae7a1b"}, ] [package.dependencies] @@ -1170,7 +1170,7 @@ 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" referencing = ">=0.30.0" @@ -1180,6 +1180,10 @@ simpleeval = ">=0.9.13,<1.0.1 || >1.0.1" simplejson = ">=3.17.6" sqlalchemy = ">=1.4,<3.0" typing-extensions = ">=4.5.0" +urllib3 = [ + {version = "<2", markers = "python_version < \"3.10\""}, + {version = "*", markers = "python_version >= \"3.10\""}, +] [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)"] @@ -1420,4 +1424,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fb60daa3da5d8d3f23cabcb982c9b39e43e083f504f632bebcc16eb7a134e4ed" +content-hash = "9e6443eb50db85da82f0535db8e2d2a24b7daa966e1e469b0df72b1d5d3ca0aa" diff --git a/pyproject.toml b/pyproject.toml index d875d30..451d9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,14 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.9" -singer-sdk = { version="~=0.43.1" } +singer-sdk = { version="~=0.44.0" } fs-s3fs = { version = "~=1.1.1", optional = true } requests = "~=2.32.3" requests-cache = "^1.2.1" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.0" -singer-sdk = { version="~=0.43.1", extras = ["testing"] } +singer-sdk = { version="~=0.44.0", extras = ["testing"] } [tool.poetry.extras] s3 = ["fs-s3fs"]