Skip to content

Commit fe47fb7

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

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

requirements/deploy.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
-r pip.txt
22
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
3-
psycopg2==2.7.5 --no-binary psycopg2
3+
psycopg2==2.7.6.1 --no-binary psycopg2
44
gunicorn==19.9.0
5-
pysolr==3.8.1
65
django-redis-cache==1.8.0
76

87
#For resizing images

requirements/docs-lint.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Sphinx 1.8 is incompatible with
2-
# the latest version of rstcheck
3-
Sphinx<1.8
4-
rstcheck==3.3
1+
Sphinx==1.8.2
2+
rstcheck==3.3.1

requirements/pip.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip==18.1
33
appdirs==1.4.3
44
virtualenv==16.1.0
55
docutils==0.14
6-
Sphinx==1.8.1
6+
Sphinx==1.8.2
77
sphinx_rtd_theme==0.4.2
88
sphinx-tabs==1.1.8
99
# Required to avoid Transifex error with reserved slug
@@ -13,9 +13,7 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
1313
Pygments==2.2.0
1414

1515
mkdocs==1.0.4
16-
# mkdocs requires markdown
17-
# Markdown 3.0 breaks with older Django Rest Framework
18-
Markdown<3.0
16+
Markdown==3.0.1
1917

2018
django==1.11.16
2119
six==1.11.0
@@ -38,7 +36,7 @@ django-filter<2.0.0
3836
django-vanilla-views==1.0.5
3937
jsonfield==2.0.2
4038

41-
requests==2.20.0
39+
requests==2.20.1
4240
requests-toolbelt==0.8.0
4341
slumber==0.7.1
4442
lxml==4.2.5

requirements/testing.txt

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

33
django-dynamic-fixture==2.0.0
4-
pytest==3.10.0
4+
pytest==3.10.1
55
pytest-django==3.4.3
6-
pytest-xdist==1.24.0
6+
pytest-xdist==1.24.1
77
pytest-cov
88
apipkg==1.5
99
execnet==1.5.0

0 commit comments

Comments
 (0)