Skip to content

Commit

Permalink
Bump a couple of modules for the doc builds
Browse files Browse the repository at this point in the history
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
  • Loading branch information
michaelpq committed Jul 22, 2024
1 parent 2dbda2a commit 29102e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 29102e5

Please sign in to comment.