From bd220b246f943fbb1915d3dd5f7fb8002ac7de9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:39:37 +0000 Subject: [PATCH] Bump google-api-python-client from 2.92.0 to 2.125.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.92.0 to 2.125.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.92.0...v2.125.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 | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4dfde550c..c883ee5fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -994,20 +994,20 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.92.0" +version = "2.125.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.92.0.tar.gz", hash = "sha256:f38a6e106a7417719715506d36f0a233ec253335e422bda311352866a86c4187"}, - {file = "google_api_python_client-2.92.0-py2.py3-none-any.whl", hash = "sha256:e0b74ed5fa9bdb07a66fb030d3f4cae550ed1c07e23600d86450d3c3c5efae51"}, + {file = "google-api-python-client-2.125.0.tar.gz", hash = "sha256:51a0385cff65ec135106e8be60ee7112557396dde5f44113ae23912baddda143"}, + {file = "google_api_python_client-2.125.0-py2.py3-none-any.whl", hash = "sha256:0a62b60fbd61b61a455f15d925264b3301099b67cafd2d33cf8bf151f1fca4f4"}, ] [package.dependencies] google-api-core = ">=1.31.5,<2.0.dev0 || >2.3.0,<3.0.0.dev0" -google-auth = ">=1.19.0,<3.0.0.dev0" -google-auth-httplib2 = ">=0.1.0" -httplib2 = ">=0.15.0,<1.dev0" +google-auth = ">=1.32.0,<2.24.0 || >2.24.0,<2.25.0 || >2.25.0,<3.0.0.dev0" +google-auth-httplib2 = ">=0.2.0,<1.0.0" +httplib2 = ">=0.19.0,<1.dev0" uritemplate = ">=3.0.1,<5" [[package]] @@ -3244,4 +3244,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e6281f34a298b5294271c43017e5e062a2acaa274f3b7a4d893324aee92b023c" +content-hash = "01ece15bb7eaa02c1774d7231f8e52b3e1aa513f6d8e6fb9106e96fe30543032" diff --git a/pyproject.toml b/pyproject.toml index ab8ed7a9b..6d4922423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flask-sitemap = "0.4.0" flask-sqlalchemy = "3.0.3" flask-wtf = "1.2.1" future = "0.18.3" -google-api-python-client = "2.92.0" +google-api-python-client = "2.125.0" gunicorn = "21.2.0" pillow = "10.1.0" psycopg2-binary = "2.9.9"