From cb7a7b48eafdbb04f52d38b16c9de3e04d2e56a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:41:57 +0000 Subject: [PATCH] build(deps): bump hubspot-api-client in the prod-deps group Bumps the prod-deps group with 1 update: [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python). Updates `hubspot-api-client` from 11.0.0 to 11.1.0 - [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/v11.0.0...11.1.0) --- updated-dependencies: - dependency-name: hubspot-api-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 39fa9a940..82457ad9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1505,13 +1505,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 = "11.0.0" +version = "11.1.0" description = "HubSpot API client" optional = true python-versions = ">=3.7" files = [ - {file = "hubspot_api_client-11.0.0-py3-none-any.whl", hash = "sha256:ab33d660e35a5940ad8077c7057223fdde688204dfc34df66c7809642ec826f2"}, - {file = "hubspot_api_client-11.0.0.tar.gz", hash = "sha256:8696beaa0fcb3fc83aae17c3e22aa5318a0dc0095495476c2b6e5a3c5aabcd98"}, + {file = "hubspot_api_client-11.1.0-py3-none-any.whl", hash = "sha256:0c49e2c2f511a56d249c6890d2dfdd62afd04f66edc69a591e8348e28804634b"}, + {file = "hubspot_api_client-11.1.0.tar.gz", hash = "sha256:93ed914f1cd4dad67bacf26b8a1ec8506847483fa801cb2bddd4b2d887d0f825"}, ] [package.dependencies] @@ -1519,7 +1519,7 @@ certifi = ">=2023.1.1" python-dateutil = ">=2.8.2" requests = ">=2.31.0" six = ">=1.10,<2.0" -urllib3 = ">=1.15,<2.0" +urllib3 = ">=1.15,<3.0" [package.extras] dev = ["black", "pytest"]