diff --git a/poetry.lock b/poetry.lock index ff04ec6ac..cd532938b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1419,20 +1419,21 @@ 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 = "10.0.0" +version = "11.0.0" description = "HubSpot API client" optional = true python-versions = ">=3.7" files = [ - {file = "hubspot_api_client-10.0.0-py3-none-any.whl", hash = "sha256:3b397c5fefc6ab12d8805e7cb147bfdbe3cacafa5deb70d2467f515955d6d566"}, - {file = "hubspot_api_client-10.0.0.tar.gz", hash = "sha256:00174bc291cadbbe80d8448d7475a3ac92bb196ab078047c2a8464b9cffa7edf"}, + {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"}, ] [package.dependencies] -certifi = "*" -python-dateutil = "*" -six = ">=1.10" -urllib3 = ">=1.15" +certifi = ">=2023.1.1" +python-dateutil = ">=2.8.2" +requests = ">=2.31.0" +six = ">=1.10,<2.0" +urllib3 = ">=1.15,<2.0" [package.extras] dev = ["black", "pytest"] @@ -2556,13 +2557,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.1" +version = "2.10.2" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.1-py3-none-any.whl", hash = "sha256:a8d20db84de64cf4a7d59e899c2caf0fe9d660c7cfc482528e7020d7dd189a7e"}, - {file = "pydantic-2.10.1.tar.gz", hash = "sha256:a4daca2dc0aa429555e0656d6bf94873a7dc5f54ee42b1f5873d666fb3f35560"}, + {file = "pydantic-2.10.2-py3-none-any.whl", hash = "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e"}, + {file = "pydantic-2.10.2.tar.gz", hash = "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"}, ] [package.dependencies] @@ -2698,13 +2699,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.10.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = true python-versions = ">=3.9" files = [ - {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, - {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -4313,4 +4314,4 @@ soap = ["lxml", "pandas", "pandas", "zeep"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "fc0fdc545e8dd0810f7915f765ad4c5a982e8cafb385567480c408e78a19fd3d" +content-hash = "f7ee20786ef5028a6a57a4e041f9989952282e0016c270039464a048e3115fd4" diff --git a/pyproject.toml b/pyproject.toml index 8bb3984c0..08f0299a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ google-cloud-bigquery = { version = ">=3,<4", extras = [ "bqstorage", "pandas", ], optional = true } -hubspot-api-client = { version = ">=7.4,<11.0", optional = true } +hubspot-api-client = { version = ">=7.4,<12.0", optional = true } jq = { version = "^1.2.2", optional = true } lxml = { version = ">=4.6.5,<6.0.0", optional = true } oauth2client = { version = "^4.1.3", optional = true }