From 29102e5a03df9c4e62a7d4503f17aff763955142 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 22 Jul 2024 14:52:00 +0900 Subject: [PATCH] Bump a couple of modules for the doc builds A few reports have accumulated in the last couple of months and I have not been able to do something about them, so let's fix all of them in a batch: - certifi - requests - urllib3 - zipp Backpatch-through: 14 --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 000606c..d0e20f5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.12.1 # via # sphinx # sphinx-intl -certifi==2023.7.22 +certifi>=2024.07.04 # via requests charset-normalizer==3.0.1 # via requests @@ -48,7 +48,7 @@ pygments==2.16.1 # via sphinx pyyaml==6.0 # via myst-parser -requests==2.31.0 +requests>=2.32.0 # via sphinx snowballstemmer==2.2.0 # via sphinx @@ -78,9 +78,9 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -urllib3==1.26.18 +urllib3>=1.26.19 # via requests -zipp==3.18.1 +zipp>=3.19.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: