Skip to content

Commit 2684cd1

Browse files
committed
All package updates
$ for reqs in `ls requirements`; do pur --skip django,docker,elasticsearch,pyelasticsearch,commonmark,stripe,mkdocs,gitpython,mercurial --requirement requirements/$reqs; done
1 parent dfc8fc9 commit 2684cd1

File tree

4 files changed

+24
-43
lines changed

4 files changed

+24
-43
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
33
psycopg2==2.7.5 --no-binary psycopg2
44
gunicorn==19.9.0
5-
pysolr==3.7.0
5+
pysolr==3.8.1
66
django-redis-cache==1.7.1
77

88
#For resizing images

requirements/lint.txt

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
-r pip.txt
2-
# We need these special cases of Python < 3 for Read the Docs
3-
# corporate site.
4-
astroid==2.0.4; python_version > '3'
5-
astroid==1.6.4; python_version < '3'
6-
7-
pylint==2.1.1; python_version > '3'
8-
pylint<2; python_version < '3'
9-
10-
pylint-django==2.0.2; python_version > '3'
11-
pylint-django==0.11.1; python_version < '3'
12-
2+
astroid==2.0.4
3+
pylint==2.1.1
4+
pylint-django==2.0.2
135
pylint-celery==0.3
14-
prospector==1.1.2
6+
prospector==1.1.4
157
pyflakes==2.0.0

requirements/pip.txt

+16-27
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Base packages
2-
pip==18.0
2+
pip==18.1
33
appdirs==1.4.3
44
virtualenv==16.0.0
55
docutils==0.14
6-
Sphinx==1.7.8
7-
sphinx_rtd_theme==0.4.1
6+
Sphinx==1.8.1
7+
sphinx_rtd_theme==0.4.2
88
# Required to avoid Transifex error with reserved slug
99
# https://github.com/sphinx-doc/sphinx-intl/pull/27
1010
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
@@ -18,42 +18,32 @@ Markdown<3.0
1818

1919
django==1.11.16
2020
six==1.11.0
21-
future==0.16.0
22-
23-
# django-tastypie 0.14.0 drops support for django 1.9
24-
django-tastypie==0.13.3
25-
21+
future==0.17.0
22+
django-tastypie==0.14.2
2623
django-guardian==1.4.9
27-
django-extensions==2.1.2
24+
django-extensions==2.1.3
2825

29-
# djangorestframework 3.7.x drops support for django 1.9.x
30-
djangorestframework==3.6.4
26+
djangorestframework==3.9.0
3127

3228
# Filtering for the REST API
33-
# django-filter>2.0 require Django 1.11
34-
# https://django-filter.readthedocs.io/en/master/guide/migration.html#migrating-to-2-0
35-
# Besides the guide, check this comment for the migration
36-
# https://github.com/rtfd/readthedocs.org/pull/4318#discussion_r214163531
37-
django-filter==1.1.0
29+
django-filter==2.0.0
3830

3931
django-vanilla-views==1.0.5
4032
jsonfield==2.0.2
4133

42-
requests==2.19.1
34+
requests==2.20.0
4335
requests-toolbelt==0.8.0
4436
slumber==0.7.1
45-
lxml==4.2.4
37+
lxml==4.2.5
4638
defusedxml==0.5.0
4739

4840
# Basic tools
4941
redis==2.10.6
5042
# Celery 4.2 is incompatible with our code
5143
# when ALWAYS_EAGER = True
52-
celery==4.1.1
44+
celery==4.2.1
5345

54-
# django-allauth 0.33.0 dropped support for Django 1.9
55-
# https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes
56-
django-allauth==0.32.0
46+
django-allauth==0.38.0
5747

5848
dnspython==1.15.0
5949

@@ -76,7 +66,7 @@ pyquery==1.4.0
7666

7767
# Utils
7868
django-gravatar2==1.4.2
79-
pytz==2018.5
69+
pytz==2018.6
8070
beautifulsoup4==4.6.3
8171
Unipath==1.1
8272
django-kombu==0.9.4
@@ -98,9 +88,8 @@ django-textclassifier==1.0
9888
django-annoying==0.10.4
9989
django-messages-extends==0.6.0
10090
djangorestframework-jsonp==1.0.2
101-
# django-taggit 0.23.0 drops support for django < 1.11
102-
django-taggit==0.22.0
103-
dj-pagination==2.3.2
91+
django-taggit==0.23.0
92+
dj-pagination==2.4.0
10493

10594
# Docs
10695
sphinxcontrib-httpdomain==1.7.0
@@ -112,7 +101,7 @@ commonmark==0.5.5
112101
recommonmark==0.4.0
113102

114103
# Version comparison stuff
115-
packaging==17.1
104+
packaging==18.0
116105

117106
# Commenting stuff
118107
django-cors-middleware==1.3.1

requirements/testing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r pip.txt
22

33
django-dynamic-fixture==2.0.0
4-
pytest==3.7.4
5-
pytest-django==3.4.2
4+
pytest==3.9.1
5+
pytest-django==3.4.3
66
pytest-describe==0.11.1
7-
pytest-xdist==1.23.0
7+
pytest-xdist==1.23.2
88
pytest-cov
99
apipkg==1.5
1010
execnet==1.5.0

0 commit comments

Comments
 (0)