From de05dfe763c3075efecc40e1238974e5343f853f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:38:41 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f050c5d4..e9283a2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "jinja2>=2.11,<3.0", "MarkupSafe==2.0.1", # jinja2 dependency (https://github.com/pallets/markupsafe/issues/284) "zimscraperlib>=2.0.0,<2.1.0", - "requests==2.31.0", + "requests==2.32.0", "kiwixstorage==0.8.3", "pif==0.8.2", ]