Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jinja2 from 3.1.4 to 3.1.5 in /src #305

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ its-preselector @ git+https://github.com/NTIA/[email protected]
# via
# -r requirements.txt
# scos-actions
jinja2==3.1.4
# via memray
jinja2==3.1.5
# via
# -r requirements.txt
# memray
jsonfield==3.1.0
# via -r requirements.txt
jsonschema==4.20.0
Expand All @@ -158,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