diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index fc48fb5..160ef90 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.116.0" +version = "2.120.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.116.0.tar.gz", hash = "sha256:f9f32361e16114d62929638fe07f77be30216b079ad316dc2ced859d9f72e5ad"}, - {file = "google_api_python_client-2.116.0-py2.py3-none-any.whl", hash = "sha256:846e44417c6b7385fa5f5a46cb6b9d23327754c560830245ee53a577c5e44cec"}, + {file = "google-api-python-client-2.120.0.tar.gz", hash = "sha256:a0c8769cad9576768bcb3191cb1f550f6ab3290cba042badb0fb17bba03f70cc"}, + {file = "google_api_python_client-2.120.0-py2.py3-none-any.whl", hash = "sha256:e2cdf4497bfc758fb44a4b487920cc1ca0571c2428187697a8e43e3b9feba1c9"}, ] [package.dependencies] @@ -487,4 +487,4 @@ tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4 [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5d211e2c501c7289469e6ab7810e158b492093c671f26407ae5fb29299471957" +content-hash = "9427b36f5a062d78173c5856c3653dd19de8e64e137c6d94d3e938d9fe38785a" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index 48ead72..d2f8097 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.116.0" +google-api-python-client = "^2.120.0" google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.0" requests = "^2.31.0"