Skip to content

Commit

Permalink
Merge pull request #788 from GSA/snyk-fix-jinja
Browse files Browse the repository at this point in the history
upgrade jinja to version 3.1.5
  • Loading branch information
FuhuXia authored Jan 2, 2025
2 parents ba6a9ca + 40401eb commit b3e3f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ wheel==0.42.0
importlib-resources<6.0
cryptography>42.0.4
pip>=23.3
jinja2>=3.1.4
jinja2>=3.1.5

# fix for https://security.snyk.io/vuln/SNYK-PYTHON-GEVENT-8320934
gevent>=24.10.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ idna==3.10
ijson==3.3.0
importlib-resources==5.13.0
itsdangerous==2.0.1
Jinja2==3.1.4
Jinja2==3.1.5
jmespath==1.0.1
json-table-schema==0.2.1
jsonlines==4.0.0
Expand Down

0 comments on commit b3e3f7b

Please sign in to comment.