Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 4, 2019
1 parent f960849 commit bb7dd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -15,7 +15,7 @@ msgpack>=0.3.0,<0.6 # See spacy issue: https://github.com/explosion/spaCy/issue
# -------------------------

dj-database-url==0.5.0
django==2.2.4
django==2.2.8
django-appconf==1.0.2
django-configurations==2.1
django-environ==0.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def find_version(*file_paths):

# Django
'dj-database-url==0.4.2',
'django==2.2.4',
'django==2.2.8',
'django-appconf==1.0.2',
'django-compressor==2.2',

Expand Down

0 comments on commit bb7dd8f

Please sign in to comment.