Skip to content

Commit d91807c

Browse files
authored
Merge pull request #5059 from rtfd/humitos/pur-upgrade-packages
Upgrade all packages with pur
2 parents f4d3a93 + d844dfe commit d91807c

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

requirements/docs-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx==1.8.2
1+
Sphinx==1.8.3
22
rstcheck==3.3.1

requirements/lint.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
-r pip.txt
22
# We need these special cases of Python < 3 because we run tests with
33
# Python 2 still
4+
# prospector 1.1.6.2 is not compatible with 2.1.0
45
astroid==2.0.4; python_version > '3'
5-
astroid==1.6.4; python_version < '3'
6+
astroid<1.7; python_version < '3'
7+
# prospector 1.1.6.2 is not compatible with 2.2.2
68
pylint==2.1.1; python_version > '3'
79
pylint<2; python_version < '3'
10+
# prospector 1.1.6.2 is not compatible with 2.0.5
811
pylint-django==2.0.2; python_version > '3'
9-
pylint-django==0.11.1; python_version < '3'
12+
pylint-django<0.12; python_version < '3'
1013
pylint-celery==0.3
1114
prospector==1.1.6.2
12-
pyflakes==2.0.0
15+
# prospector 1.1.6.2 is not compatible with 2.0.0
16+
pyflakes<2.0.0

requirements/pip.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Base packages
22
pip==18.1
33
appdirs==1.4.3
4-
virtualenv==16.1.0
4+
virtualenv==16.2.0
55
docutils==0.14
6-
Sphinx==1.8.2
6+
Sphinx==1.8.3
77
sphinx_rtd_theme==0.4.2
88
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.3.0
13+
Pygments==2.3.1
1414

1515
mkdocs==1.0.4
1616
Markdown==3.0.1
1717

18-
django==1.11.16
19-
six==1.11.0
18+
django==1.11.18
19+
six==1.12.0
2020
future==0.17.1
2121
django-tastypie==0.14.2
2222
django-guardian==1.4.9
@@ -33,10 +33,10 @@ djangorestframework==3.9.0
3333
# E SyntaxError: invalid syntax
3434
django-filter<2.0.0
3535

36-
django-vanilla-views==1.0.5
36+
django-vanilla-views==1.0.6
3737
jsonfield==2.0.2
3838

39-
requests==2.20.1
39+
requests==2.21.0
4040
requests-toolbelt==0.8.0
4141
slumber==0.7.1
4242
lxml==4.2.5
@@ -53,7 +53,7 @@ celery==4.1.1
5353

5454
django-allauth==0.38.0
5555

56-
dnspython==1.15.0
56+
dnspython==1.16.0
5757

5858
# VCS
5959
httplib2==0.12.0
@@ -75,11 +75,11 @@ pyquery==1.4.0
7575
# Utils
7676
django-gravatar2==1.4.2
7777
pytz==2018.7
78-
beautifulsoup4==4.6.3
78+
beautifulsoup4==4.7.0
7979
Unipath==1.1
8080
django-kombu==0.9.4
8181
mock==2.0.0
82-
stripe==2.13.0
82+
stripe==2.17.0
8383

8484
django-formtools==2.1
8585

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
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==4.0.1
4+
pytest==4.0.2
55
pytest-django==3.4.4
6-
pytest-xdist==1.24.1
6+
pytest-xdist==1.25.0
77
pytest-cov
88
apipkg==1.5
99
execnet==1.5.0

0 commit comments

Comments
 (0)