Skip to content

Commit

Permalink
[PyUp] Weekly dependency update (#67)
Browse files Browse the repository at this point in the history
* Update factory_boy from 2.9.2 to 2.10.0
* Update faker from 0.8.8 to 0.8.10
* Update django-registration from 2.3 to 2.4.1
* Update astroid from 1.5.3 to 1.6.1
* Update pylint-django from 0.7.2 to 0.9.0
* Update pylint from 1.7.5 to 1.8.2
  • Loading branch information
pyup-bot authored and jambonrose committed Feb 1, 2018
1 parent 03f7467 commit f9f51f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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

0 comments on commit f9f51f2

Please sign in to comment.