From cb0ca763f375e7dcde2aa4f2e4560cd1186a05b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:41:17 +0000 Subject: [PATCH] build(deps): bump dataiku-api-client from 9.0.1 to 12.4.0 Bumps [dataiku-api-client](https://github.com/dataiku/dataiku-api-client-python) from 9.0.1 to 12.4.0. - [Changelog](https://github.com/dataiku/dataiku-api-client-python/blob/master/HISTORY.txt) - [Commits](https://github.com/dataiku/dataiku-api-client-python/commits/12.4.0) --- updated-dependencies: - dependency-name: dataiku-api-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 82d303fca..d8984be5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adobe-analytics" @@ -778,12 +778,12 @@ files = [ [[package]] name = "dataiku-api-client" -version = "9.0.1" +version = "12.4.0" description = "Python API client for Dataiku APIs" optional = true python-versions = "*" files = [ - {file = "dataiku-api-client-9.0.1.tar.gz", hash = "sha256:8cbcba7c999d3605454e674fa055d6466d21bfa02e5929e5cdcfdc6f916bee41"}, + {file = "dataiku-api-client-12.4.0.tar.gz", hash = "sha256:74c6c01e1c10cf3353a9226a05fb74a4edd5ea846c8e19f886a4d45aa0d43a5e"}, ] [package.dependencies] @@ -3836,4 +3836,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "019950494c42c4134aec63361a7ff088ede8b3d737535e2cb8dee9fedc275c57" +content-hash = "05ad523609d013f78bc0f354c721351f6d8269e1783727cfc72c9bb031b6418f" diff --git a/pyproject.toml b/pyproject.toml index aae530370..4da6cf75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requests-oauthlib = {version = "1.3.1", optional = true} awswrangler = {version = "^2.15.1", optional = true} pyodbc = {version = "^4", optional = true} clickhouse-driver = {version = ">=0.2.3,<1.0", optional = true} -dataiku-api-client = {version = "^9.0.1", optional = true} +dataiku-api-client = {version = ">=9.0.1,<13.0.0", optional = true} elasticsearch = {version = ">=7.11.0,<8", optional = true} facebook-sdk = {version = "^3.1.0", optional = true} python-graphql-client = {version = ">=0.4.3,<1.0", optional = true}