diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index f3906cb..9040344 100644 --- a/dblp-fetcher/poetry.lock +++ b/dblp-fetcher/poetry.lock @@ -362,13 +362,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -476,4 +476,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "625284887dd6b606239d76cd48816e37843e22a94ca482ff9c0ad15553a63fdc" +content-hash = "46ad81f0b96ced609357d498a1cd06caba06f53c4d06774ebc77cbc3cc4b4b81" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index bc853d4..8d86194 100644 --- a/dblp-fetcher/pyproject.toml +++ b/dblp-fetcher/pyproject.toml @@ -13,7 +13,7 @@ bibtexparser = "^1.4.0" google-api-python-client = "^2.127.0" google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.0" -requests = "^2.31.0" +requests = "^2.32.0" validators = "^0.24.0" [tool.poetry.dev-dependencies]