diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index 2ecbde5..ab71cf2 100644 --- a/dblp-fetcher/poetry.lock +++ b/dblp-fetcher/poetry.lock @@ -154,13 +154,13 @@ httplib2 = ">=0.19.0" [[package]] name = "google-auth-oauthlib" -version = "1.1.0" +version = "1.2.0" description = "Google Authentication Library" optional = false python-versions = ">=3.6" files = [ - {file = "google-auth-oauthlib-1.1.0.tar.gz", hash = "sha256:83ea8c3b0881e453790baff4448e8a6112ac8778d1de9da0b68010b843937afb"}, - {file = "google_auth_oauthlib-1.1.0-py2.py3-none-any.whl", hash = "sha256:089c6e587d36f4803ac7e0720c045c6a8b1fd1790088b8424975b90d0ee61c12"}, + {file = "google-auth-oauthlib-1.2.0.tar.gz", hash = "sha256:292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8"}, + {file = "google_auth_oauthlib-1.2.0-py2.py3-none-any.whl", hash = "sha256:297c1ce4cb13a99b5834c74a1fe03252e1e499716718b190f56bcb9c4abc4faf"}, ] [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 = "3653968534bbbd586cada6c9238f51d0f40291d3a766bf1006e47e4437b5e8c7" +content-hash = "2b222f08f2971a10463f8af8340787fc8aa70e9b9799182a9b64dbf20d89dd18" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index 9c40211..938f65c 100644 --- a/dblp-fetcher/pyproject.toml +++ b/dblp-fetcher/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" bibtexparser = "^1.4.0" google-api-python-client = "^2.109.0" google-auth-httplib2 = "^0.1.1" -google-auth-oauthlib = "^1.1.0" +google-auth-oauthlib = "^1.2.0" requests = "^2.31.0" validators = "^0.22.0"