From 8198f10b1d7edd06cf77f79528b9128a2b22da78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:31:34 +0000 Subject: [PATCH] Build(deps): Update hubspot-api-client requirement from <9 to <13 Updates the requirements on [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python) to permit the latest version. - [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/v1.0.0-beta...v12.0.0) --- updated-dependencies: - dependency-name: hubspot-api-client dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f470a95..d5cd7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "click<9", "click-aliases<2", "colorlog<7", - "hubspot-api-client<9", + "hubspot-api-client<13", "markdown<4", "mkdocs-linkcheck<2", "requests<3",