diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-10-03 13:10:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 13:10:03 (GMT) |
commit | f1663a492e14c80c30cb9741fdc36fa221d5e30a (patch) | |
tree | fcfcb9ce831fa6c55b8ea5c0c1234c5001ff9891 /Doc | |
parent | dddc757303c6512915ef79b9029213415f1c6f1b (diff) | |
download | cpython-f1663a492e14c80c30cb9741fdc36fa221d5e30a.zip cpython-f1663a492e14c80c30cb9741fdc36fa221d5e30a.tar.gz cpython-f1663a492e14c80c30cb9741fdc36fa221d5e30a.tar.bz2 |
Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)
This resolves a Dependabot security alert on the repository for urllib3==2.0.4.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/requirements-oldest-sphinx.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/requirements-oldest-sphinx.txt b/Doc/requirements-oldest-sphinx.txt index d3ef5bc..5de739f 100644 --- a/Doc/requirements-oldest-sphinx.txt +++ b/Doc/requirements-oldest-sphinx.txt @@ -13,16 +13,16 @@ python-docs-theme>=2022.1 # Sphinx 4.2 comes from ``needs_sphinx = '4.2'`` in ``Doc/conf.py``. alabaster==0.7.13 -Babel==2.12.1 +Babel==2.13.0 certifi==2023.7.22 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 colorama==0.4.6 -docutils==0.16 +docutils==0.17.1 idna==3.4 imagesize==1.4.1 -Jinja2==2.11.3 -MarkupSafe==1.1.1 -packaging==23.1 +Jinja2==3.1.2 +MarkupSafe==2.1.3 +packaging==23.2 Pygments==2.16.1 requests==2.31.0 snowballstemmer==2.2.0 @@ -33,4 +33,4 @@ sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -urllib3==2.0.4 +urllib3==2.0.6 |