From a6fdcaab59234b301df35855c297c02fb8718b93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:13:25 +0000 Subject: [PATCH] fix(deps): update dependency google-api-python-client to v2.144.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca94b7e70..1605068c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1402,13 +1402,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.143.0" +version = "2.144.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.143.0-py2.py3-none-any.whl", hash = "sha256:d5654134522b9b574b82234e96f7e0aeeabcbf33643fbabcd449ef0068e3a476"}, - {file = "google_api_python_client-2.143.0.tar.gz", hash = "sha256:6a75441f9078e6e2fcdf4946a153fda1e2cc81b5e9c8d6e8c0750c85c7f8a566"}, + {file = "google_api_python_client-2.144.0-py2.py3-none-any.whl", hash = "sha256:f9c333ac4454a012adca90c297f9a22611a8953f3aae5481f90b3a56b9bdd413"}, + {file = "google_api_python_client-2.144.0.tar.gz", hash = "sha256:fe00851b257157bca600e1692ed8a54762c4a5c7d9eb7f6d4822059424b0d0a9"}, ] [package.dependencies] @@ -4143,4 +4143,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.12.5" -content-hash = "19dcef8702d3d86efacc1cf930df40fce0f2624aaf410171001c3d1be1020027" +content-hash = "8ade17705549eba9cf0d3ed68e7e83920a159fcc3e80e06ec67b3385fac6ff2c" diff --git a/pyproject.toml b/pyproject.toml index 6d6f10de2..89cd3fd87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ djangorestframework = "3.15.2" drf-flex-fields = "0.9.9" edx-api-client = "1.10.0" flaky = "3.8.1" -google-api-python-client = "2.143.0" +google-api-python-client = "2.144.0" google-auth = "2.34.0" hubspot-api-client = "^6.1.0" ipython = "^8.10.0"