Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django from 2.2.9 to 2.2.10 in /requirements #2

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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