Skip to content

Commit dfb609f

Browse files
committed
Update pip packages to latest versions
for reqs in `ls requirements`; do pur --skip django-tastypie,django,docker,elasticsearch,pyelasticsearch,commonmark,stripe,djangorestframework,mkdocs,django-allauth,django-filter,mercurial --requirement requirements/$reqs; done django-filter and mercurial added to the ignore list because incompatibilities.
1 parent 4b528a8 commit dfb609f

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

requirements/lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r pip.txt
2-
astroid==2.0.1
3-
pylint==2.0.1
4-
pylint-django==0.11.1
2+
astroid==2.0.4
3+
pylint==2.1.1
4+
pylint-django==2.0.2
55
pylint-celery==0.3
6-
prospector==1.0
6+
prospector==1.1.2
77
pyflakes==2.0.0

requirements/pip.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pip==18.0
33
appdirs==1.4.3
44
virtualenv==16.0.0
55
docutils==0.14
6-
Sphinx==1.7.6
7-
sphinx_rtd_theme==0.4.0
6+
Sphinx==1.7.7
7+
sphinx_rtd_theme==0.4.1
88

99
Pygments==2.2.0
1010

@@ -18,7 +18,7 @@ future==0.16.0
1818
django-tastypie==0.13.0
1919

2020
django-guardian==1.4.9
21-
django-extensions==2.1.0
21+
django-extensions==2.1.1
2222

2323
# djangorestframework 3.7.x drops support for django 1.9.x
2424
djangorestframework==3.6.4
@@ -31,8 +31,9 @@ django-vanilla-views==1.0.5
3131
jsonfield==2.0.2
3232

3333
requests==2.19.1
34+
requests-toolbelt==0.8.0
3435
slumber==0.7.1
35-
lxml==4.2.3
36+
lxml==4.2.4
3637
defusedxml==0.5.0
3738

3839
# Basic tools
@@ -57,7 +58,7 @@ pyquery==1.4.0
5758
# Utils
5859
django-gravatar2==1.4.2
5960
pytz==2018.5
60-
beautifulsoup4==4.6.0
61+
beautifulsoup4==4.6.3
6162
Unipath==1.1
6263
django-kombu==0.9.4
6364
mock==2.0.0
@@ -78,7 +79,7 @@ django-textclassifier==1.0
7879
django-annoying==0.10.4
7980
django-messages-extends==0.6.0
8081
djangorestframework-jsonp==1.0.2
81-
django-taggit==0.22.2
82+
django-taggit==0.23.0
8283
dj-pagination==2.3.2
8384

8485
# Docs

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ django-dynamic-fixture==2.0.0
44

55
# 3.6.1 and >3.2.5 is incompatible
66
# with pytest-describe 0.11.0
7-
pytest==3.6.3
8-
pytest-django==3.3.2
7+
pytest==3.7.3
8+
pytest-django==3.4.2
99
pytest-describe==0.11.1
10-
pytest-xdist==1.22.2
10+
pytest-xdist==1.23.0
1111
apipkg==1.5
1212
execnet==1.5.0
1313

0 commit comments

Comments
 (0)