From 935635746874072c5ec81d6828c4f0dea13aa1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:22:24 +0000 Subject: [PATCH] chore(deps): bump singer-sdk from 0.36.0 to 0.37.0 Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.36.0 to 0.37.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.36.0...v0.37.0) --- 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 e072dc9..1c4d2de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "appdirs" @@ -1265,13 +1265,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.36.0" +version = "0.37.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.36.0-py3-none-any.whl", hash = "sha256:9d1f251b74194bc413f9340404e8f0cf4c214cbf2bca2f6b170e509ce963911f"}, - {file = "singer_sdk-0.36.0.tar.gz", hash = "sha256:6268f200581b728552e211a695e3a1ee489c6c0b10d0fd845605303ac05a25f2"}, + {file = "singer_sdk-0.37.0-py3-none-any.whl", hash = "sha256:a0cba1f65026cd5ee9e4107171a8db2858ef84fd72f09811f557bfc49621c464"}, + {file = "singer_sdk-0.37.0.tar.gz", hash = "sha256:43c035ab37741255c4dbbbbe132b220cb2f7d45f476beb5a3530b32b766b9879"}, ] [package.dependencies] @@ -1281,9 +1281,9 @@ click = ">=8.0,<9.0" cryptography = ">=3.4.6" fs = ">=2.4.16" importlib-metadata = {version = "<8.0.0", markers = "python_version < \"3.12\""} -importlib-resources = {version = ">=5.12.0", markers = "python_version < \"3.9\""} +importlib-resources = {version = ">=5.12.0,<6.2.0 || >6.2.0,<6.3.0 || >6.3.0,<6.3.1 || >6.3.1", markers = "python_version < \"3.9\""} inflection = ">=0.5.1" -joblib = ">=1.0.1" +joblib = ">=1.3.0" jsonpath-ng = ">=1.5.3" jsonschema = ">=4.16.0" packaging = ">=23.1" @@ -1304,7 +1304,7 @@ urllib3 = ">=1.26,<2" [package.extras] docs = ["furo (>=2022.12.7)", "myst-parser (>=1)", "pytest (>=7.2.1)", "sphinx (>=4.5)", "sphinx-autobuild (>=2021.3.14)", "sphinx-copybutton (>=0.3.1)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-notfound-page (>=1.0.0)", "sphinx-reredirects (>=0.1.1)"] -faker = ["faker (>=22.5,<24.0)"] +faker = ["faker (>=22.5,<25.0)"] parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] @@ -1477,4 +1477,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "9b831535b5e24925010998db8cc16f53671a7cb687bf0b5814632d867281aa09" +content-hash = "77b4927220a98fff52d42a7420e98e5d7636c5fccb5b2784bffa4e7d438cde07" diff --git a/pyproject.toml b/pyproject.toml index a211400..f513690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,13 +25,13 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8" importlib-resources = { version = "==6.1.*", python = "<3.9" } -singer-sdk = { version="~=0.36.0" } +singer-sdk = { version="~=0.37.0" } fs-s3fs = { version = "~=1.1.1", optional = true } requests = "~=2.31.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.0" -singer-sdk = { version="~=0.36.0", extras = ["testing"] } +singer-sdk = { version="~=0.37.0", extras = ["testing"] } [tool.poetry.extras] s3 = ["fs-s3fs"]