mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Update Jinja to 3.1.3 (#124976)
To fix CVE-2024-22195 Also, delete unused docs/cpp/requirements.txt and functorch/docs/requirements.txt Pull Request resolved: https://github.com/pytorch/pytorch/pull/124976 Approved by: https://github.com/kit1980
This commit is contained in:
parent
43f4e71daa
commit
f9a611a3ce
3 changed files with 1 additions and 18 deletions
2
.github/requirements-gha-cache.txt
vendored
2
.github/requirements-gha-cache.txt
vendored
|
|
@ -5,7 +5,7 @@
|
|||
# functorch/docs/requirements.txt
|
||||
# .ci/docker/requirements-ci.txt
|
||||
boto3==1.19.12
|
||||
jinja2==3.0.1
|
||||
jinja2==3.1.3
|
||||
lintrunner==0.10.7
|
||||
ninja==1.10.0.post1
|
||||
nvidia-ml-py==11.525.84
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
sphinx==3.1.2
|
||||
Jinja2==3.0.*
|
||||
breathe==4.25.0
|
||||
exhale==0.2.3
|
||||
docutils==0.16
|
||||
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||
bs4
|
||||
lxml
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
sphinx==3.5.4
|
||||
docutils==0.16
|
||||
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||
sphinxcontrib.katex==0.8.6
|
||||
sphinx_copybutton>=0.3.1
|
||||
IPython==8.12.0
|
||||
myst-nb==0.13.2
|
||||
# Fixing upper version due to https://github.com/sphinx-doc/sphinx/issues/10306
|
||||
Jinja2<3.1.0
|
||||
Loading…
Reference in a new issue