From 27c01bdebf1b2b4ea4e41b283ae67c308996cccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:14:12 +0100 Subject: [PATCH] Bump cloudpathlib from 0.18.1 to 0.19.0 (#146) Bumps [cloudpathlib](https://github.com/drivendataorg/cloudpathlib) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/drivendataorg/cloudpathlib/releases) - [Changelog](https://github.com/drivendataorg/cloudpathlib/blob/master/HISTORY.md) - [Commits](https://github.com/drivendataorg/cloudpathlib/compare/v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: cloudpathlib 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 | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc5e211..ef64675 100644 --- a/poetry.lock +++ b/poetry.lock @@ -740,24 +740,24 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "cloudpathlib" -version = "0.18.1" +version = "0.19.0" description = "pathlib-style classes for cloud storage services." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "cloudpathlib-0.18.1-py3-none-any.whl", hash = "sha256:20efd5d772c75df91bb2ac52e053be53fd9000f5e9755fd92375a2a9fe6005e0"}, - {file = "cloudpathlib-0.18.1.tar.gz", hash = "sha256:ffd22f324bfbf9c3f2bc1bec6e8372cb372a0feef17c7f2b48030cd6810ea859"}, + {file = "cloudpathlib-0.19.0-py3-none-any.whl", hash = "sha256:eb7758648812d5906af44f14cf9a6a64f687342a6f547a1c20deb7241d769dcb"}, + {file = "cloudpathlib-0.19.0.tar.gz", hash = "sha256:919edbfd9a4e935d2423da210b143df89cb0ec6d378366a0dffa2e9fd0664fe8"}, ] [package.dependencies] -boto3 = {version = "*", optional = true, markers = "extra == \"s3\""} +boto3 = {version = ">=1.34.0", optional = true, markers = "extra == \"s3\""} typing_extensions = {version = ">4", markers = "python_version < \"3.11\""} [package.extras] all = ["cloudpathlib[azure]", "cloudpathlib[gs]", "cloudpathlib[s3]"] -azure = ["azure-storage-blob (>=12)"] +azure = ["azure-storage-blob (>=12)", "azure-storage-file-datalake (>=12)"] gs = ["google-cloud-storage"] -s3 = ["boto3"] +s3 = ["boto3 (>=1.34.0)"] [[package]] name = "colorama" @@ -4802,4 +4802,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "7e5735e5a0c656f8a737e48608c9d3513e131f6bd7cdfea4c6536698f6a1309a" +content-hash = "bb7b387f7d7f183bfd3f9e20cef876cfe4ef8f09bbb18d89e957047ca89aeb5c" diff --git a/pyproject.toml b/pyproject.toml index cd7095c..fc714f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ playwright = "^1.35.0" readability-lxml = "^0.8.1" bleach = "^6.1.0" python-json-logger = "^2.0.4" -cloudpathlib = { extras = ["s3"], version = "^0.18.1" } +cloudpathlib = { extras = ["s3"], version = "^0.19.0" } PyMuPDF = "^1.24.9" google-cloud-translate = "^3.15.5" psutil = "^6.0.0"