diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index 677f64b..4ce404c 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.101.0" +version = "2.106.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.101.0.tar.gz", hash = "sha256:e9620a809251174818e1fce16604006f10a9c2ac0d3d94a139cdddcd4dbea2d8"}, - {file = "google_api_python_client-2.101.0-py2.py3-none-any.whl", hash = "sha256:71760dcf11d191b65520d1c13757a776f4f43cf87f302097a0d8e491c2ef87b0"}, + {file = "google-api-python-client-2.106.0.tar.gz", hash = "sha256:f6a3862be2f6e5e0536d7bd47b5af3f24ac0b9147c76c830cafb3329d71d5724"}, + {file = "google_api_python_client-2.106.0-py2.py3-none-any.whl", hash = "sha256:c47c0dae5dd20aa43e4ea184566fe59d0c8fd0b86dd223b29040d8ea4f7ed6ea"}, ] [package.dependencies] @@ -486,4 +486,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 = "add40336e9e1a5cef489787ce1d18143eb7402df314d8d399a6ec72d2ba8c2c0" +content-hash = "0f82556f0b014464a5e402978e5ef5358d845c9d4aa4fe67e0e481daa738c15d" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index 685ce91..e1d5dc1 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.101.0" +google-api-python-client = "^2.106.0" google-auth-httplib2 = "^0.1.1" google-auth-oauthlib = "^1.1.0" requests = "^2.31.0"