Skip to content

Commit

Permalink
Update requirements per GitHub security alerts (#8)
Browse files Browse the repository at this point in the history
Update requirements per GitHub security alerts
  • Loading branch information
phumpal authored Jan 22, 2020
2 parents 9fa0172 + 2d95cb5 commit 21e4280
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
airbrake-integrations==0.1.4
certifi==2018.11.29
chardet==3.0.4
Django==1.11.24
Django>=1.11.27
idna==2.8
pytz==2018.9
requests==2.22.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2018.11.29
chardet==3.0.4
click==6.7
constantly==15.1.0
Django==1.11.24
Django>=1.11.27
Flask==1.0.2
funcsigs==1.0.2
hyperlink==17.3.0
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[wheel]
universal = 1

0 comments on commit 21e4280

Please sign in to comment.