From 92e89de85d1b98005f7595cc00bed9857664997e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:22:56 +0200 Subject: [PATCH] build(deps): bump google-api-python-client from 2.124.0 to 2.127.0 in /dblp-fetcher (#122) build(deps): bump google-api-python-client in /dblp-fetcher Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.124.0 to 2.127.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.124.0...v2.127.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dblp-fetcher/poetry.lock | 8 ++++---- dblp-fetcher/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index 9d1d825..f3906cb 100644 --- a/dblp-fetcher/poetry.lock +++ b/dblp-fetcher/poetry.lock @@ -98,13 +98,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] [[package]] name = "google-api-python-client" -version = "2.124.0" +version = "2.127.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.124.0.tar.gz", hash = "sha256:f6d3258420f7c76b0f5266b5e402e6f804e30351b018a10083f4a46c3ec33773"}, - {file = "google_api_python_client-2.124.0-py2.py3-none-any.whl", hash = "sha256:07dc674449ed353704b1169fdee792f74438d024261dad71b6ce7bb9c683d51f"}, + {file = "google-api-python-client-2.127.0.tar.gz", hash = "sha256:bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"}, + {file = "google_api_python_client-2.127.0-py2.py3-none-any.whl", hash = "sha256:d01c70c7840ec37888aa02b1aea5d9baba4c1701e268d1a0251640afd56e5e90"}, ] [package.dependencies] @@ -476,4 +476,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "05617a07ee3d46ce8206910cee68a16a710f53e4f10800e4349ac5d7e12ec0a6" +content-hash = "625284887dd6b606239d76cd48816e37843e22a94ca482ff9c0ad15553a63fdc" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index 2007831..bc853d4 100644 --- a/dblp-fetcher/pyproject.toml +++ b/dblp-fetcher/pyproject.toml @@ -10,7 +10,7 @@ dblp-fetcher = "dblp_fetcher.main:main" [tool.poetry.dependencies] python = "^3.10" bibtexparser = "^1.4.0" -google-api-python-client = "^2.124.0" +google-api-python-client = "^2.127.0" google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.0" requests = "^2.31.0"