Skip to content

Commit

Permalink
No less than Django 3.0.3 for security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Feb 24, 2020
1 parent 922affc commit d9d4a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-debug-toolbar = "*"
pip-review = "*"

[packages]
Django = "~=3.0.3"
Django = ">=3.0.3"
Pillow = "~=7.0"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.0.3
Django>=3.0.3
Pillow==7.0.0
cryptography==2.8
psycopg2==2.8.4
Expand Down

0 comments on commit d9d4a6e

Please sign in to comment.