From ce2eb6a9b8ccaa430d563f135d82f4e7b1cf1c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:29:49 +0000 Subject: [PATCH] chore(deps): bump singer-sdk from 0.34.0 to 0.34.1 Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.34.0 to 0.34.1. - [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.34.0...v0.34.1) --- updated-dependencies: - dependency-name: singer-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe460ec..d2d0715 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1195,13 +1195,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.34.0" +version = "0.34.1" description = "A framework for building Singer taps" optional = false python-versions = ">=3.7.1" files = [ - {file = "singer_sdk-0.34.0-py3-none-any.whl", hash = "sha256:bd47449efd519b6b027b75659c0e5d2448ca1ceea3e5ba379114abd03b452a95"}, - {file = "singer_sdk-0.34.0.tar.gz", hash = "sha256:90683e9040176fdb8bb1a08b731faa7a9e05e2e163d461c6dc6d2136c4d45e11"}, + {file = "singer_sdk-0.34.1-py3-none-any.whl", hash = "sha256:2b9afa40722c2d7288992d86d16298128e38387941306267d908b9cd954227a3"}, + {file = "singer_sdk-0.34.1.tar.gz", hash = "sha256:5da11da3de07cc31cc8c1f3f19a40b8f8be4a0df9b5535fb90880c263e58aee5"}, ] [package.dependencies] @@ -1218,7 +1218,7 @@ jsonpath-ng = ">=1.5.3" jsonschema = {version = ">=4.16.0", markers = "python_version >= \"3.8\""} memoization = {version = ">=0.3.2,<0.5.0", markers = "python_version < \"4\""} packaging = ">=23.1" -pendulum = ">=2.1.0" +pendulum = {version = ">=2.1.0,<4", markers = "python_version >= \"3.8\""} PyJWT = ">=2.4,<3.0" pytest = {version = ">=7.2.1", optional = true, markers = "extra == \"testing\""} pytest-durations = {version = ">=1.2.0", optional = true, markers = "extra == \"testing\""} @@ -1230,12 +1230,12 @@ requests = ">=2.25.1" simpleeval = ">=0.9.13" simplejson = ">=3.17.6" sqlalchemy = ">=1.4,<3.0" -typing-extensions = ">=4.2.0" +typing-extensions = ">=4.5.0" urllib3 = ">=1.26,<2" [package.extras] docs = ["furo (>=2022.12.7)", "myst-parser (>=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)"] -parquet = ["numpy (<1.22)", "numpy (>=1.22)", "pyarrow (>=11,<13)", "pyarrow (>=13)"] +parquet = ["numpy (<1.22)", "numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=11,<13)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] @@ -1395,4 +1395,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "fa14094a67e52d5ce8c6e049c0ee192c81cae39a055bc44ede1e08d7dfbe04a8" +content-hash = "988c710e9abae238765b2fe76a0be73c5e96ebf2927ecbfbda197d148fa6a427" diff --git a/pyproject.toml b/pyproject.toml index 70179d7..14ec60d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,13 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = ">=3.8,<4" -singer-sdk = { version="~=0.34.0" } +singer-sdk = { version="~=0.34.1" } 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.34.0", extras = ["testing"] } +singer-sdk = { version="~=0.34.1", extras = ["testing"] } [tool.poetry.extras] s3 = ["fs-s3fs"]