mirror of https://github.com/python/cpython.git
[3.11] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107343)
Bump some docs dependencies to resolve a Dependabot security alert (GH-107341)
(cherry picked from commit f84d77b4e0
)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
8f0dc1878c
commit
f106254e0b
|
@ -14,11 +14,10 @@ python-docs-theme>=2022.1
|
||||||
# Docutils<0.17, Jinja2<3, and MarkupSafe<2 are additionally specified as
|
# Docutils<0.17, Jinja2<3, and MarkupSafe<2 are additionally specified as
|
||||||
# Sphinx 3.2 is incompatible with newer releases of these packages.
|
# Sphinx 3.2 is incompatible with newer releases of these packages.
|
||||||
|
|
||||||
Sphinx==3.2.1
|
|
||||||
alabaster==0.7.13
|
alabaster==0.7.13
|
||||||
Babel==2.12.1
|
Babel==2.12.1
|
||||||
certifi==2022.12.7
|
certifi==2023.7.22
|
||||||
charset-normalizer==3.1.0
|
charset-normalizer==3.2.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
docutils==0.16
|
docutils==0.16
|
||||||
idna==3.4
|
idna==3.4
|
||||||
|
@ -27,12 +26,13 @@ Jinja2==2.11.3
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
requests==2.29.0
|
requests==2.31.0
|
||||||
snowballstemmer==2.2.0
|
snowballstemmer==2.2.0
|
||||||
|
Sphinx==3.2.1
|
||||||
sphinxcontrib-applehelp==1.0.4
|
sphinxcontrib-applehelp==1.0.4
|
||||||
sphinxcontrib-devhelp==1.0.2
|
sphinxcontrib-devhelp==1.0.2
|
||||||
sphinxcontrib-htmlhelp==2.0.1
|
sphinxcontrib-htmlhelp==2.0.1
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.3
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.5
|
sphinxcontrib-serializinghtml==1.1.5
|
||||||
urllib3==1.26.15
|
urllib3==2.0.4
|
||||||
|
|
Loading…
Reference in New Issue