From b18566b98a163d673620a1672f31483a76d05476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:57:57 +0000 Subject: [PATCH] Update dependency mitol-django-hubspot-api to v2023.12.19 (#2340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index dcdac91196..b6b54dcc5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2409,22 +2409,21 @@ setuptools = "*" [[package]] name = "mitol-django-hubspot-api" -version = "2023.5.22" +version = "2023.12.19" description = "Django application for Hubspot API integration" optional = false python-versions = ">=3.8" files = [ - {file = "mitol-django-hubspot-api-2023.5.22.tar.gz", hash = "sha256:0da4970e476ca42e0f01efc0195f39dd46498b49f001a9781a55e1a8cbf8764d"}, - {file = "mitol_django_hubspot_api-2023.5.22-py3-none-any.whl", hash = "sha256:4409431da202d6015add744b3d9e79d50b3838ca5b11fcd052785c390f5c7828"}, + {file = "mitol-django-hubspot-api-2023.12.19.tar.gz", hash = "sha256:cdec5eb5ddd20dccdd6dca9a1bfee7cb04f70874367691da24017556f9b4bb58"}, + {file = "mitol_django_hubspot_api-2023.12.19-py3-none-any.whl", hash = "sha256:5a761a238474bd5e2c20b4d72a31f7298b6196e453f6e2047cc67590d995068b"}, ] [package.dependencies] -django = ">=2.2.12,<4.0" +django = ">=3.0" djangorestframework = ">=3.0.0" factory-boy = ">=3.2,<4.0" hubspot-api-client = "6.1.0" mitol-django-common = "*" -pytest = "*" requests = ">=2.20.0" setuptools = "*" urllib3 = ">=1.26.5" @@ -4247,4 +4246,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "811fab604fc552e92c7b32273e45465bf2cfd3b7c110e78f1f3b337020ec67d9" +content-hash = "dbcfd6b2f2ec3b01e7ed65ad83e08826b503a4b648200d907eb70213078b57bd" diff --git a/pyproject.toml b/pyproject.toml index 58ea0b04c7..d00e698734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ mitol-django-authentication = "1.6.0" mitol-django-common = "2.7.0" mitol-django-google-sheets-deferrals = "2023.12.19" mitol-django-google-sheets-refunds = "2023.12.19" -mitol-django-hubspot-api = "2023.5.22" +mitol-django-hubspot-api = "2023.12.19" mitol-django-mail = "3.3.0" mitol-django-openedx = "2023.12.19" mitol-django-payment-gateway = "2023.12.19"