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"