From 2154cb4656be0e51e7c1bd6a1231e2c4d42c733e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:06:07 +0800 Subject: [PATCH] feat(deps): bump cpr-sdk from 1.11.1 to 1.12.0 in the all group (#168) Bumps the all group with 1 update: cpr-sdk. Updates `cpr-sdk` from 1.11.1 to 1.12.0 --- updated-dependencies: - dependency-name: cpr-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c0549f..04d5288 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 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 = "aiohappyeyeballs" @@ -607,13 +607,13 @@ files = [ [[package]] name = "cpr-sdk" -version = "1.11.1" +version = "1.12.0" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "cpr_sdk-1.11.1-py3-none-any.whl", hash = "sha256:425d63d5072765936345a1f3a41847f6d0641326889a2a0f8529d705a52d4898"}, - {file = "cpr_sdk-1.11.1.tar.gz", hash = "sha256:58c599d7fc71991450380679e86ab3d81092e7182cf1a85a491d682e1a5c51c9"}, + {file = "cpr_sdk-1.12.0-py3-none-any.whl", hash = "sha256:b3c47392d3074ff2398bcde5979d13be2f4e41f3aff9f09efd8051d876511b7f"}, + {file = "cpr_sdk-1.12.0.tar.gz", hash = "sha256:acc81f3d1c1436d547db11685792fd20ed01996d575f8d098a3c6d5d9e12d277"}, ] [package.dependencies] @@ -3037,4 +3037,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "269eeabe491c23d3e9072ed77438db0c4e7288f27be456cc51e83b3bb68149af" +content-hash = "35ee1575957a26e9dc96856945604aa4b64e5607da73bfef39fd34d7066dd5f0" diff --git a/pyproject.toml b/pyproject.toml index 862cfc0..2855101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "src"}] python = "~3.10" click = "^8.1.8" cloudpathlib = {version = "^0.20.0", extras = ["s3"]} -cpr-sdk = "^1.11.1" +cpr-sdk = "^1.12.0" huggingface_hub = ">=0.14.0,<1.0.0" pydantic = "^2.10.4" python-json-logger = "^3.2.1"