Skip to content

Commit 876771c

Browse files
Merge pull request #12 from chopdgd/pyup-scheduled-update-01-08-2018
Scheduled weekly dependency update for week 01
2 parents a47107d + fa78b12 commit 876771c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
djangorestframework==3.7.7
55

66
django-filter==1.1.0
7-
django-genomix==0.3.0
7+
django-genomix==0.4.1
88
django-model-utils==3.0.0

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ bumpversion==0.5.3
22
wheel==0.30.0
33

44
# Docs requirements
5-
Sphinx==1.6.5
5+
Sphinx==1.6.6
66
sphinx-rtd-theme==0.2.4
77
sphinxcontrib-napoleon==0.6.1

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ coverage==4.4.2
22
mock==2.0.0
33
flake8==3.5.0
44
tox==2.9.1
5-
codecov==2.0.10
5+
codecov==2.0.13
66

77

88
# Additional test requirements go here
99

10-
pytest==3.3.1
10+
pytest==3.3.2
1111
pytest-cov==2.5.1
1212
pytest-django==3.1.2
1313
pytest-sugar==0.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_version(*file_paths):
5959
install_requires=[
6060
'djangorestframework==3.7.3',
6161
'django-filter==1.1.0',
62-
'django-genomix==0.3.0',
62+
'django-genomix==0.4.1',
6363
'django-model-utils==3.0.0',
6464
],
6565
license="MIT",

user_activities/migrations/0001_initial.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.11.8 on 2018-01-05 00:13
2+
# Generated by Django 1.11.8 on 2018-01-09 12:54
33
from __future__ import unicode_literals
44

55
from django.conf import settings
@@ -32,8 +32,8 @@ class Migration(migrations.Migration):
3232
('user', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
3333
],
3434
options={
35-
'verbose_name_plural': 'Activities',
3635
'verbose_name': 'Activity',
36+
'verbose_name_plural': 'Activities',
3737
},
3838
),
3939
migrations.CreateModel(
@@ -48,8 +48,8 @@ class Migration(migrations.Migration):
4848
('content_type', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='contenttypes.ContentType')),
4949
],
5050
options={
51-
'verbose_name_plural': 'Comments',
5251
'verbose_name': 'Comment',
52+
'verbose_name_plural': 'Comments',
5353
},
5454
),
5555
migrations.CreateModel(
@@ -64,8 +64,8 @@ class Migration(migrations.Migration):
6464
('active', models.BooleanField(default=True)),
6565
],
6666
options={
67-
'verbose_name_plural': 'Ratings',
6867
'verbose_name': 'Rating',
68+
'verbose_name_plural': 'Ratings',
6969
},
7070
),
7171
migrations.CreateModel(
@@ -81,8 +81,8 @@ class Migration(migrations.Migration):
8181
('rating', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, related_name='reviews', to='user_activities.Rating')),
8282
],
8383
options={
84-
'verbose_name_plural': 'Reviews',
8584
'verbose_name': 'Review',
85+
'verbose_name_plural': 'Reviews',
8686
},
8787
),
8888
migrations.CreateModel(
@@ -97,8 +97,8 @@ class Migration(migrations.Migration):
9797
('active', models.BooleanField(default=True)),
9898
],
9999
options={
100-
'verbose_name_plural': 'Tag',
101100
'verbose_name': 'Tag',
101+
'verbose_name_plural': 'Tag',
102102
},
103103
),
104104
migrations.AddField(

0 commit comments

Comments
 (0)