Skip to content

Commit

Permalink
Update django to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Feb 12, 2019
1 parent be52a1f commit e371830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url='https://github.com/moshthepitt/small-small-hr',
packages=find_packages(exclude=['docs', 'tests']),
install_requires=[
'Django >= 2.0.8',
'Django >= 2.0.11',
'voluptuous',
'psycopg2-binary',
'sorl-thumbnail',
Expand Down

0 comments on commit e371830

Please sign in to comment.