Skip to content

Commit

Permalink
Merge pull request #228 from Vonage/whitesource-remediate/main-jinja2…
Browse files Browse the repository at this point in the history
…-3.x

Update dependency Jinja2 to v3.1.4 (main)
  • Loading branch information
maxkahan committed Aug 16, 2024
2 parents 1efdabc + 1973eb8 commit b901c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion number-insight/async-callback/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blinker==1.6.2; python_version >= '3.7'
click==8.1.3; python_version >= '3.7'
flask==2.3.2
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.2; python_version >= '3.7'
python-dotenv==1.0.0
werkzeug==3.0.3; python_version >= '3.8'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flask==2.3.2
future==0.18.3
idna==3.7
itsdangerous==2.1.2
Jinja2==3.1.3
Jinja2==3.1.4
MarkupSafe==2.1.1
Naked==0.1.32
ordereddict==1.1
Expand Down
2 changes: 1 addition & 1 deletion sms/verify-signed-sms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Flask==2.3.2
future==0.18.3
idna==3.7
itsdangerous==2.1.2
Jinja2==3.1.3
Jinja2==3.1.4
MarkupSafe==2.1.1
Naked==0.1.32
ordereddict==1.1
Expand Down

0 comments on commit b901c9e

Please sign in to comment.