Skip to content

Commit

Permalink
fix: bump Django version to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Feb 10, 2022
1 parent 83e5ffd commit 7c1264c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest = "*"
django-debug-toolbar = "*"

[packages]
django = "==3.2.8"
django = "==3.2.12"
django-webpack-loader = "1.4.1"
requests = "==2.23.0"
pyjwt = "==1.7.1"
Expand Down
30 changes: 15 additions & 15 deletions Pipfile.lock

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

0 comments on commit 7c1264c

Please sign in to comment.