Skip to content

Commit

Permalink
Merge pull request #2 from kingsdigitallab/dependabot/pip/requirement…
Browse files Browse the repository at this point in the history
…s/django-2.2.10

Bump django from 2.2.9 to 2.2.10 in /requirements
  • Loading branch information
jmiguelv committed Feb 12, 2020
2 parents b143c43 + feb16fd commit dfb49c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redis==3.3.11 # https://github.com/antirez/redis

# Django
# ------------------------------------------------------------------------------
django==2.2.9 # pyup: < 3.0 # https://www.djangoproject.com/
django==2.2.10 # pyup: < 3.0 # https://www.djangoproject.com/
django-environ==0.4.5 # https://github.com/joke2k/django-environ
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-polymorphic==2.1.2
django-redis==4.11.0
django-taggit==1.2.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==2.2.9
django==2.2.10
djangorestframework==3.11.0
draftjs-exporter==2.1.7 # via wagtail
edtf==4.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ django-redis==4.11.0
django-stubs==1.4.0
django-taggit==1.2.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==2.2.9
django==2.2.10
djangorestframework==3.11.0
docopt==0.6.2 # via coveralls
docutils==0.16 # via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ django-polymorphic==2.1.2
django-redis==4.11.0
django-taggit==1.2.0 # via wagtail
django-treebeard==4.3.1 # via wagtail
django==2.2.9
django==2.2.10
djangorestframework==3.11.0
draftjs-exporter==2.1.7 # via wagtail
edtf==4.0.1
Expand Down

0 comments on commit dfb49c3

Please sign in to comment.