Skip to content

Commit

Permalink
Require jinja2>=3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 3, 2025
1 parent 1334d06 commit e8de9d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.6.4
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==43.0.1
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -138,7 +140,9 @@ its-preselector @ git+https://github.com/NTIA/[email protected]
# -r requirements.txt
# scos-actions
jinja2==3.1.5
# via memray
# via
# -r requirements.txt
# memray
jsonfield==3.1.0
# via -r requirements.txt
jsonschema==4.20.0
Expand All @@ -156,8 +160,10 @@ markdown-it-py[linkify,plugins]==3.0.0
# mdit-py-plugins
# rich
# textual
markupsafe==2.1.5
# via jinja2
markupsafe==3.0.2
# via
# -r requirements.txt
# jinja2
marshmallow==3.20.1
# via
# -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ aiohttp>=3.10.11 # CVE-2024-52304
certifi>=2024.7.4 # CVE-2024-39689
idna>=3.7 # CVE-2024-3651
grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
jinja2>=3.1.5 # CVE-2024-56201, CVE-2024-56326
pyyaml>=5.4.0 # CVE-2020-14343
sqlparse>=0.5.0 # CVE-2024-4340
urllib3>=2.2.2 # CVE-2024-37891
Expand Down
4 changes: 4 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,16 @@ inflection==0.5.1
# via drf-yasg
its-preselector @ git+https://github.com/NTIA/[email protected]
# via scos-actions
jinja2==3.1.5
# via -r requirements.in
jsonfield==3.1.0
# via -r requirements.in
jsonschema==4.20.0
# via ray
jsonschema-specifications==2023.11.2
# via jsonschema
markupsafe==3.0.2
# via jinja2
marshmallow==3.20.1
# via environs
msgpack==1.0.7
Expand Down

0 comments on commit e8de9d6

Please sign in to comment.