Skip to content

Commit f0edd22

Browse files
committed
Latest updates
$ for reqs in `ls requirements`; do pur --skip django,docker,celery,commonmark,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
1 parent fe47fb7 commit f0edd22

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.6.1 --no-binary psycopg2
44
gunicorn==19.9.0
5-
django-redis-cache==1.8.0
5+
django-redis-cache==1.8.1
66

77
#For resizing images
88
pillow

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pylint<2; python_version < '3'
88
pylint-django==2.0.2; python_version > '3'
99
pylint-django==0.11.1; python_version < '3'
1010
pylint-celery==0.3
11-
prospector==1.1.4
11+
prospector==1.1.6.2
1212
pyflakes==2.0.0

requirements/pip.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ virtualenv==16.1.0
55
docutils==0.14
66
Sphinx==1.8.2
77
sphinx_rtd_theme==0.4.2
8-
sphinx-tabs==1.1.8
8+
sphinx-tabs==1.1.10
99
# Required to avoid Transifex error with reserved slug
1010
# https://github.com/sphinx-doc/sphinx-intl/pull/27
1111
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
1212

13-
Pygments==2.2.0
13+
Pygments==2.3.0
1414

1515
mkdocs==1.0.4
1616
Markdown==3.0.1
@@ -20,7 +20,7 @@ six==1.11.0
2020
future==0.17.1
2121
django-tastypie==0.14.2
2222
django-guardian==1.4.9
23-
django-extensions==2.1.3
23+
django-extensions==2.1.4
2424

2525
djangorestframework==3.9.0
2626

@@ -43,7 +43,7 @@ lxml==4.2.5
4343
defusedxml==0.5.0
4444

4545
# Basic tools
46-
redis==2.10.6
46+
redis==3.0.1
4747
# Celery 4.2 is incompatible with our code
4848
# when ALWAYS_EAGER = True
4949
celery==4.1.1
@@ -53,7 +53,7 @@ django-allauth==0.38.0
5353
dnspython==1.15.0
5454

5555
# VCS
56-
httplib2==0.11.3
56+
httplib2==0.12.0
5757

5858
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
5959
# of an UnicodeError
@@ -76,7 +76,7 @@ beautifulsoup4==4.6.3
7676
Unipath==1.1
7777
django-kombu==0.9.4
7878
mock==2.0.0
79-
stripe==2.12.0
79+
stripe==2.13.0
8080

8181
django-formtools==2.1
8282

requirements/testing.txt

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

33
django-dynamic-fixture==2.0.0
4-
pytest==3.10.1
5-
pytest-django==3.4.3
4+
pytest==4.0.1
5+
pytest-django==3.4.4
66
pytest-xdist==1.24.1
77
pytest-cov
88
apipkg==1.5
@@ -16,7 +16,7 @@ execnet==1.5.0
1616
# (Pinned to 4.4.2 since what we need for testing is still useful)
1717
Mercurial==4.4.2
1818

19-
yamale==1.7.1
19+
yamale==1.8.0
2020
pytest-mock==1.10.0
2121

2222
# local debugging tools

0 commit comments

Comments
 (0)