Skip to content

Commit

Permalink
bump jinja2 due to vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemello committed May 5, 2021
1 parent 42445bd commit ea4c096
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ verify_ssl = true
webexteamssdk = "*"
requests = "*"
bump2version = "*"
Jinja2 = "*"
"hurry.filesize" = "*"
Jinja2 = "==2.11.3"

[requires]
python_version = "3.7"
76 changes: 48 additions & 28 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
webexteamssdk
jinja2
jinja2==2.11.3
requests
hurry.filesize
bump2version

0 comments on commit ea4c096

Please sign in to comment.