From e7e30fc017365cf383334648fa9d8f928b80c45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:51:12 +0000 Subject: [PATCH] chore(deps): bump hubspot-api-client from 9.0.0 to 10.0.0 Bumps [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python) from 9.0.0 to 10.0.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/v9.0.0...v.10.0.0) --- updated-dependencies: - dependency-name: hubspot-api-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e995160..b192175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dev = [ "pre-commit" ] hubspot = [ - "hubspot-api-client==9.0.0", + "hubspot-api-client==10.0.0", "pandas==2.2.3", "requests==2.32.3" ]