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

[PyUp] Scheduled weekly dependency update for week 04 #67

Merged
merged 9 commits into from
Feb 1, 2018
Merged
4 changes: 2 additions & 2 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=2.0,<2.1
factory_boy==2.9.2
Faker==0.8.8
factory_boy==2.10.0
Faker==0.8.10
Pygments==2.2.0
python-dateutil==2.6.1
sphinx-rtd-theme==0.2.4
Expand Down
2 changes: 1 addition & 1 deletion example_extension_project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-coverage-plugin==1.5.0
django-extensions==1.9.9
factory-boy==2.9.2
factory-boy==2.10.0
2 changes: 1 addition & 1 deletion example_integration_project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-coverage-plugin==1.5.0
django-extensions==1.9.9
django-registration==2.3
django-registration==2.4.1
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
astroid==1.5.3
astroid==1.6.1
bumpversion==0.5.3
check-manifest==0.36
coverage==4.4.2
docutils==0.14
factory_boy==2.9.2
Faker==0.8.8
factory_boy==2.10.0
Faker==0.8.10
flake8-commas==1.0.0
flake8-quotes==0.13.0
flake8==3.5.0
Pygments==2.2.0
pylint-django==0.7.2
pylint==1.7.5
pylint-django==0.9.0
pylint==1.8.2
python-dateutil==2.6.1
setuptools==38.4.0
tox==2.9.1
Expand Down