From 361ff2802262795e612ea65ea4ffc3027077a6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:45:44 +0000 Subject: [PATCH] build(deps): bump hubspot-api-client from 7.4.0 to 8.1.1 Bumps [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python) from 7.4.0 to 8.1.1. - [Release notes](https://github.com/HubSpot/hubspot-api-python/releases) - [Changelog](https://github.com/HubSpot/hubspot-api-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/HubSpot/hubspot-api-python/compare/v7.4.0...v8.1.1) --- updated-dependencies: - dependency-name: hubspot-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 e11ffbddd..4670750f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1451,13 +1451,13 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 [[package]] name = "hubspot-api-client" -version = "7.4.0" +version = "8.1.1" description = "HubSpot API client" optional = true python-versions = ">=3.7" files = [ - {file = "hubspot-api-client-7.4.0.tar.gz", hash = "sha256:69420a9f720fc5f1abbae078c162f0b9ddaab72670df42c3515c436d352358c6"}, - {file = "hubspot_api_client-7.4.0-py3-none-any.whl", hash = "sha256:ad9ba3b10bbefa83be1d14145892d70c4a34c8cad1ce43cf4477a36476777017"}, + {file = "hubspot-api-client-8.1.1.tar.gz", hash = "sha256:beedfeade5e335ba251b4c0e7bc93f3f7ac63f00bf52ef94d72d3af2d73cfc8c"}, + {file = "hubspot_api_client-8.1.1-py3-none-any.whl", hash = "sha256:5b78981239fe98e6d98b455407998835092a1c58c51ea8eeb2d4da02944ae452"}, ] [package.dependencies] @@ -3798,4 +3798,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "f80d9c80b413294b94482d8bc11f582bc8a153394b29170317f5587e7bf15330" +content-hash = "2492f73bb2e0de2a8a81ac44ef473fe0f80bea20536e129fdb01123d4ef0d982" diff --git a/pyproject.toml b/pyproject.toml index 0956a553d..6b94b9dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ zeep = {version = "^4.1.0", optional = true} snowflake-connector-python = {version = "^2.7.12", optional = true} pyarrow = {version = "<9", optional = true} toucan-client = {version = "^1.0.1", optional = true} -hubspot-api-client = {version = "^7.4.0", optional = true} +hubspot-api-client = {version = ">=7.4,<9.0", optional = true} numpy = "<1.24" [tool.poetry.dev-dependencies]