mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[EZ] Update jinja2 to 3.1.4 (#125698)
To address https://cwe.mitre.org/data/definitions/79.html Pull Request resolved: https://github.com/pytorch/pytorch/pull/125698 Approved by: https://github.com/huydhn, https://github.com/ZainRizvi
This commit is contained in:
parent
8be4c1bc2f
commit
8b4d62009d
2 changed files with 3 additions and 3 deletions
|
|
@ -279,9 +279,9 @@ ghstack==0.8.0
|
|||
#Pinned versions: 0.8.0
|
||||
#test that import:
|
||||
|
||||
jinja2==3.1.3
|
||||
jinja2==3.1.4
|
||||
#Description: jinja2 template engine
|
||||
#Pinned versions: 3.1.3
|
||||
#Pinned versions: 3.1.4
|
||||
#test that import:
|
||||
|
||||
pytest-cpp==2.3.0
|
||||
|
|
|
|||
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.1.3
|
||||
jinja2==3.1.4
|
||||
lintrunner==0.10.7
|
||||
ninja==1.10.0.post1
|
||||
nvidia-ml-py==11.525.84
|
||||
|
|
|
|||
Loading…
Reference in a new issue