From e342a794aeb9ba6413d6b5951b8f56dafa8abdbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:54:56 +0000 Subject: [PATCH] Bump google-api-python-client from 2.107.0 to 2.108.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.107.0 to 2.108.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.107.0...v2.108.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e6a0164a7..c73b3ca1d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1060,13 +1060,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.107.0" +version = "2.108.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.107.0.tar.gz", hash = "sha256:ef6d4c1a17fe9ec0894fc6d4f61e751c4b859fb33f2ab5b881ceb0b80ba442ba"}, - {file = "google_api_python_client-2.107.0-py2.py3-none-any.whl", hash = "sha256:51d7bf676f41a77b00b7b9c72ace0c1db3dd5a4dd392a13ae897cf4f571a3539"}, + {file = "google-api-python-client-2.108.0.tar.gz", hash = "sha256:6396efca83185fb205c0abdbc1c2ee57b40475578c6af37f6d0e30a639aade99"}, + {file = "google_api_python_client-2.108.0-py2.py3-none-any.whl", hash = "sha256:9d1327213e388943ebcd7db5ce6e7f47987a7e6874e3e1f6116010eea4a0e75d"}, ] [package.dependencies] @@ -2858,4 +2858,4 @@ prod = ["boto3", "django-ses", "django-storages", "psycopg2-binary", "zappa"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "1cab996d19dda8fe4b1e7dfebbd63dcf41353580cdd4ca78f0275e208cb67986" +content-hash = "3a5eade6f2e04b235baae0fa1f50fb4fc8ba27c451db43cfa4f592ddacd9c553" diff --git a/pyproject.toml b/pyproject.toml index 439c0fa86a..21ed3902cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pillow = "~10.1" python-memcached = "~1.59" stripe = "~2.67" icalendar = "~5.0" -google-api-python-client = "~2.107" +google-api-python-client = "~2.108" django-chunks = { git = "https://github.com/dotkom/django-chunks.git", rev = "5c01b06f40122c05d2a806f9872b07215ffc33ac" } django-crispy-forms = "~2.0" crispy-bootstrap3 = "^2022.1"