diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-18 04:30:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 04:30:14 (GMT) |
commit | 8134811089f1907ea56085c6a7de9ce0afbc56c8 (patch) | |
tree | 710ebbbb602168215f4b9f9dabd57956928f90b6 | |
parent | ae838afe35caf594f70156b99473a230f8672b33 (diff) | |
download | cpython-8134811089f1907ea56085c6a7de9ce0afbc56c8.zip cpython-8134811089f1907ea56085c6a7de9ce0afbc56c8.tar.gz cpython-8134811089f1907ea56085c6a7de9ce0afbc56c8.tar.bz2 |
[3.12] Regen Doc/requirements-oldest-sphinx.txt (GH-111012) (#111022)
Regen Doc/requirements-oldest-sphinx.txt (GH-111012)
Fix https://github.com/python/cpython/security/dependabot/4: use
urllib3 version 2.0.7.
(cherry picked from commit e7ae43ad7dde74e731a9d258e372d17f3b2eb893)
Co-authored-by: Victor Stinner <vstinner@python.org>
-rw-r--r-- | Doc/requirements-oldest-sphinx.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/requirements-oldest-sphinx.txt b/Doc/requirements-oldest-sphinx.txt index 5de739f..597341d 100644 --- a/Doc/requirements-oldest-sphinx.txt +++ b/Doc/requirements-oldest-sphinx.txt @@ -16,7 +16,6 @@ alabaster==0.7.13 Babel==2.13.0 certifi==2023.7.22 charset-normalizer==3.3.0 -colorama==0.4.6 docutils==0.17.1 idna==3.4 imagesize==1.4.1 @@ -33,4 +32,4 @@ sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -urllib3==2.0.6 +urllib3==2.0.7 |