Skip to content

Commit

Permalink
Bump django from 2.1.5 to 2.2.10
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.1.5...2.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 11, 2020
1 parent 89eeb83 commit 6b03a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
Django==2.1.5
Django==2.2.10
-r sandbox/requirements.txt
2 changes: 1 addition & 1 deletion sandbox/requirements.txt
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.10
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
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.11',
'django-argonauts==1.2.0',
'django-debug-toolbar==1.11',
'gunicorn==19.6.0',
Expand Down

0 comments on commit 6b03a26

Please sign in to comment.