Skip to content

Commit

Permalink
[#10422] Update Jinja2 and other requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
duboism committed Jan 16, 2024
1 parent db50aa6 commit 5ce5bca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.in
@@ -1,6 +1,6 @@
# Minimal requirement file used to create requirements.txt
# Process it with pip-compile
# See #10319 and https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pin-your-transitive-dependencies
# Process it with `pip-compile -r requirements.in > requirements.txt`
# See #10319, #10422 and https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pin-your-transitive-dependencies
# See #10318, #10420 for current versions
sphinx==6.2.1
sphinx-rtd-theme==1.3.0
Expand Down
21 changes: 8 additions & 13 deletions docs/requirements.txt
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.13.1
babel==2.14.0
# via sphinx
certifi==2023.11.17
# via requests
Expand All @@ -20,7 +20,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
Expand All @@ -38,27 +38,22 @@ sphinx==6.2.1
# via
# -r requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==1.3.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.1.0
# via requests

0 comments on commit 5ce5bca

Please sign in to comment.