From 3dddf0098e5fec12c416051ff6f4120ff499cf86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:11:21 +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 ae01f87..35b6e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" dependencies = [ "python-dateutil==2.9.0.post0", "zimscraperlib==3.3.2", - "requests==2.31.0", + "requests==2.32.0", "beautifulsoup4==4.12.3", "Jinja2==3.1.4", "kiwixstorage==0.8.3",