diff options
author | Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com> | 2024-12-24 18:00:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 18:00:24 (GMT) |
commit | 7985d460c731b2c48419a33fc1820f9512bb6f21 (patch) | |
tree | 1884f434ccfd0c0426b302743e2b8c5971bd34d5 | |
parent | 7ed6c5c6961d0849f163d4d449fb36bae312b6bc (diff) | |
download | cpython-7985d460c731b2c48419a33fc1820f9512bb6f21.zip cpython-7985d460c731b2c48419a33fc1820f9512bb6f21.tar.gz cpython-7985d460c731b2c48419a33fc1820f9512bb6f21.tar.bz2 |
gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228)
-rw-r--r-- | Doc/requirements-oldest-sphinx.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/requirements-oldest-sphinx.txt b/Doc/requirements-oldest-sphinx.txt index 3483fae..c8027a0 100644 --- a/Doc/requirements-oldest-sphinx.txt +++ b/Doc/requirements-oldest-sphinx.txt @@ -13,15 +13,15 @@ python-docs-theme>=2022.1 # Sphinx 7.2.6 comes from ``needs_sphinx = '7.2.6'`` in ``Doc/conf.py``. alabaster==0.7.16 -Babel==2.16.0 -certifi==2024.8.30 +babel==2.16.0 +certifi==2024.12.14 charset-normalizer==3.4.0 docutils==0.20.1 idna==3.10 imagesize==1.4.1 -Jinja2==3.1.4 -MarkupSafe==3.0.1 -packaging==24.1 +Jinja2==3.1.5 +MarkupSafe==3.0.2 +packaging==24.2 Pygments==2.18.0 requests==2.32.3 snowballstemmer==2.2.0 @@ -32,4 +32,4 @@ sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -urllib3==2.2.3 +urllib3==2.3.0 |