Skip to content

Commit

Permalink
Updated past Django 3.07 for security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jun 10, 2020
1 parent 7a89433 commit 4802e72
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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.7"
Pillow = "~=7.1"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
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.

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.0.6
Django==3.0.7
Pillow==7.1.2
cryptography==2.9.2
psycopg2==2.8.5
Expand All @@ -9,7 +9,7 @@ asgiref==3.2.7
Babel==2.8.0
cairocffi==1.1.0
CairoSVG==2.4.2
certifi==2020.4.5.1
certifi==2020.4.5.2
cffi==1.14.0
chardet==3.0.4
click==7.1.2
Expand All @@ -30,15 +30,15 @@ filelock==3.0.12
html5lib==1.0.1
idna==2.9
imagesize==1.2.0
importlib-metadata==1.6.0
importlib-metadata==1.6.1
Jinja2==2.11.2
mailchimp3==3.0.14
Markdown==3.2.2
MarkupSafe==1.1.1
oauthlib==3.1.0
packaging==20.4
pip-review==1.1.0
pipenv==2018.11.26
pipenv==2020.6.2
ply==3.11
pyasn1==0.4.8
pycodestyle==2.6.0
Expand All @@ -63,7 +63,7 @@ requests-oauthlib==1.3.0
safety==1.9.0
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.0.4
Sphinx==3.1.0
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand Down

0 comments on commit 4802e72

Please sign in to comment.