From 589c590bb19dfb5e73d841116744516bb0e07bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:32:00 +0000 Subject: [PATCH] feat(deps): bump singer-sdk from 0.39.1 to 0.40.0 (#244) --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index d6f81c2..81c5021 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1300,13 +1300,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.39.1" +version = "0.40.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.39.1-py3-none-any.whl", hash = "sha256:0c66709678d36f584db313f19c64c7d3b443c6879e5e476b2934918581fb213e"}, - {file = "singer_sdk-0.39.1.tar.gz", hash = "sha256:1616ac22c6917ddf2267a53e8802c10247a5e742bfb284e9dc9632ef9dc50ca4"}, + {file = "singer_sdk-0.40.0-py3-none-any.whl", hash = "sha256:eb54a1de031a8888adb5ba2d1236161e95b4f87522444c943229a122f4d6b1ee"}, + {file = "singer_sdk-0.40.0.tar.gz", hash = "sha256:f9360cbfac187cf4f14338b181313cab5726c8d1314c5719f2e8212c375ca3cf"}, ] [package.dependencies] @@ -1333,11 +1333,11 @@ urllib3 = ">=1.26,<2" [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,<27.0)"] +faker = ["faker (>=22.5)"] jwt = ["PyJWT (>=2.4,<3.0)", "cryptography (>=3.4.6)"] -parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=13)"] +parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "numpy (>=1.22,<2.1)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] -testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] +testing = ["pytest (>=7.2.1)"] [[package]] name = "six" @@ -1493,4 +1493,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "528e79c29244bcc8e53f2a64c1cd6ab4316876e66a7ced3c8e6ce165ea5c0101" +content-hash = "8ef2618919d87061c7cddc00859eebab9c664ce13cdcb0e22621803021c5a1d3" diff --git a/pyproject.toml b/pyproject.toml index 32a46c2..70e37c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = ">=3.8" backports-datetime-fromisoformat = { version = "~=2.0.1", python = "<3.11" } -singer-sdk = "~=0.39.0" +singer-sdk = "~=0.40.0" google-analytics-data = "~=0.18.8" [tool.poetry.group.dev.dependencies]