From d194c096108152631a7820d329e6e107ea37ff58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:50:45 -0400 Subject: [PATCH] Update dependency mitol-django-google-sheets to v2023 (#2090) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 82bfe97795..24c98f770f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2351,22 +2351,22 @@ typing-extensions = "*" [[package]] name = "mitol-django-google-sheets" -version = "2.6.0" +version = "2023.12.19.1" description = "Core library to handle Google Sheets integrations in Django" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mitol-django-google-sheets-2.6.0.tar.gz", hash = "sha256:87b3defe6a2cdd53cafb77f3dc983d500bfc09dbb33129e1f4c0dcfca1ff34cb"}, - {file = "mitol_django_google_sheets-2.6.0-py3-none-any.whl", hash = "sha256:c545cd7cf3f57cd727996177db17b878278289f19dc6841d23a3707c240d7855"}, + {file = "mitol-django-google-sheets-2023.12.19.1.tar.gz", hash = "sha256:0b083cb10d43ebba0d4032b194d3e087a62c5a435fee2b1f919ec3496e1cb878"}, + {file = "mitol_django_google_sheets-2023.12.19.1-py3-none-any.whl", hash = "sha256:d48acad8e4394fd20104f56858edabe682ac009c9ebe2d17fe955c0ca0507969"}, ] [package.dependencies] -django = ">=2.2.12,<4.0" +django = ">=3.0" factory-boy = ">=3.2,<4.0" google-api-python-client = "1.7.11" google-auth = "1.6.3" google-auth-oauthlib = ">=0.5.2" -mitol-django-common = ">=2.7.0,<2.8.0" +mitol-django-common = "*" pygsheets = "2.0.2" pytz = ">=2020.4" setuptools = "*" @@ -4244,4 +4244,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "832875bf6f5cb30e4ab463911e8cfdcfd52cfcb7f79e03ae398bbfffc80e732a" +content-hash = "9aaf02230938dab256114e3b652aa13f5f288ae0aa3bfb3629ea989b46a76487" diff --git a/pyproject.toml b/pyproject.toml index 1e87db8096..88f0f5e09e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ hypothesis = "4.23.9" ipython = "^8.0.0" mitol-django-authentication = "1.6.0" mitol-django-common = "2.7.0" -mitol-django-google-sheets = "2.6.0" +mitol-django-google-sheets = "2023.12.19.1" mitol-django-google-sheets-deferrals = "2023.6.9" mitol-django-google-sheets-refunds = "2023.6.9" mitol-django-hubspot-api = "2023.5.22"