From 745c6ed32c11ea734530567c9c5c83ae02cd1c8d Mon Sep 17 00:00:00 2001 From: Patrick Rouzet Date: Mon, 26 Aug 2024 16:27:37 +0200 Subject: [PATCH] (BSR)[API] bump: upgrade googleapis-common-protos from 1.61.0 to 1.63.2 Drops deprecated pkg_resources, which enables us to upgrade setuptools without DeprecatedWarning: https://github.com/googleapis/python-api-common-protos/commit/713e3887a3293aea314060e84bdcf8a12eda3d6c --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index be0c7baee33..aa9abe21284 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1687,18 +1687,18 @@ requests = ["requests (>=2.18.0,<3.0.0dev)"] [[package]] name = "googleapis-common-protos" -version = "1.61.0" +version = "1.63.2" description = "Common protobufs used in Google APIs" optional = false python-versions = ">=3.7" files = [ - {file = "googleapis-common-protos-1.61.0.tar.gz", hash = "sha256:8a64866a97f6304a7179873a465d6eee97b7a24ec6cfd78e0f575e96b821240b"}, - {file = "googleapis_common_protos-1.61.0-py2.py3-none-any.whl", hash = "sha256:22f1915393bb3245343f6efe87f6fe868532efc12aa26b391b15132e1279f1c0"}, + {file = "googleapis-common-protos-1.63.2.tar.gz", hash = "sha256:27c5abdffc4911f28101e635de1533fb4cfd2c37fbaa9174587c799fac90aa87"}, + {file = "googleapis_common_protos-1.63.2-py2.py3-none-any.whl", hash = "sha256:27a2499c7e8aff199665b22741997e485eccc8645aa9176c7c988e6fae507945"}, ] [package.dependencies] grpcio = {version = ">=1.44.0,<2.0.0.dev0", optional = true, markers = "extra == \"grpc\""} -protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0" +protobuf = ">=3.20.2,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" [package.extras] grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] @@ -5651,4 +5651,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1f8b7ddf2ab2b96efb21dd8df3824d0ff0eaa2c3b243ff88873c2c51c1d291e4" +content-hash = "f8e79ad697c125a2ff0778fc2e3a54d5d1b022e415c3f35f9accf54d0fcfd0db" diff --git a/api/pyproject.toml b/api/pyproject.toml index 2bdcbbfd800..0b25f031bf9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -34,6 +34,7 @@ google-auth = "2.34.0" google-cloud-bigquery = "3.25.0" google-cloud-storage = "2.18.2" google-cloud-tasks = "2.16.5" +googleapis-common-protos = "^1.63.2" googlemaps = "^4.10.0" gql = { extras = ["requests"], version = "^3.5.0" } gunicorn = "23.0.0"