diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-18 04:21:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 04:21:35 (GMT) |
commit | e7ae43ad7dde74e731a9d258e372d17f3b2eb893 (patch) | |
tree | 35ae580419f5a1fda05388e055c380a664a754ec | |
parent | a77fa0512466bfd6edbab2aa3c830cdd1b0f5ba8 (diff) | |
download | cpython-e7ae43ad7dde74e731a9d258e372d17f3b2eb893.zip cpython-e7ae43ad7dde74e731a9d258e372d17f3b2eb893.tar.gz cpython-e7ae43ad7dde74e731a9d258e372d17f3b2eb893.tar.bz2 |
Regen Doc/requirements-oldest-sphinx.txt (#111012)
Fix https://github.com/python/cpython/security/dependabot/4: use
urllib3 version 2.0.7.
-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 |