Skip to content

Commit

Permalink
Merge 7b742f6 into 89eeb83
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2020
2 parents 89eeb83 + 7b742f6 commit d70b6a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==2.1.5
Django==2.2.13
-r sandbox/requirements.txt
2 changes: 1 addition & 1 deletion sandbox/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asn1crypto==0.24.0
cffi==1.12.2
cryptography==2.6.1
dj-database-url==0.4.1
Django==2.1.5
Django==2.2.13
django-argonauts==1.2.0
django-debug-toolbar==1.11
gunicorn==19.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'cffi==1.12.2',
'cryptography==2.6.1',
'dj-database-url==0.4.1',
'Django<=2.1.5',
'Django<2.2.14',
'django-argonauts==1.2.0',
'django-debug-toolbar==1.11',
'gunicorn==19.6.0',
Expand Down

0 comments on commit d70b6a1

Please sign in to comment.