Skip to content

Commit 5501531

Browse files
authored
Merge pull request #5269 from rtfd/humitos/update-packages
Update all Python dependencies
2 parents 2468f10 + a59af38 commit 5501531

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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.3
1+
Sphinx==1.8.4
22
rstcheck==3.3.1

requirements/local-docs-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Base packages
44
docutils==0.14
5-
Sphinx==1.8.3
5+
Sphinx==1.8.4
66
sphinx_rtd_theme==0.4.2
77
sphinx-tabs==1.1.10
88
# Required to avoid Transifex error with reserved slug

requirements/pip.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Base packages
2-
pip==19.0.1
2+
pip==19.0.2
33
appdirs==1.4.3
4-
virtualenv==16.3.0
4+
virtualenv==16.4.0
55

6-
django==1.11.18
6+
django==1.11.20
77
django-tastypie==0.14.2
8-
django-guardian==1.4.9
9-
django-extensions==2.1.4
8+
django-guardian==1.5.0
9+
django-extensions==2.1.5
1010

1111
djangorestframework==3.9.1
1212

@@ -17,9 +17,9 @@ django-vanilla-views==1.0.6
1717
jsonfield==2.0.2
1818

1919
requests==2.21.0
20-
requests-toolbelt==0.8.0
20+
requests-toolbelt==0.9.1
2121
slumber==0.7.1
22-
lxml==4.3.0
22+
lxml==4.3.1
2323
defusedxml==0.5.0
2424
pyyaml==3.13
2525
Pygments==2.3.1
@@ -66,7 +66,7 @@ beautifulsoup4==4.7.1
6666
Unipath==1.1
6767
django-kombu==0.9.4
6868
mock==2.0.0
69-
stripe==2.19.0
69+
stripe==2.20.3
7070

7171
django-formtools==2.1
7272

requirements/testing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-r local-docs-build.txt
33

44
django-dynamic-fixture==2.0.0
5-
pytest==4.1.1
6-
pytest-django==3.4.5
7-
pytest-xdist==1.26.0
5+
pytest==4.2.0
6+
pytest-django==3.4.7
7+
pytest-xdist==1.26.1
88
pytest-cov
99
apipkg==1.5
1010
execnet==1.5.0
@@ -18,7 +18,7 @@ execnet==1.5.0
1818
Mercurial==4.4.2
1919

2020
yamale==1.8.0
21-
pytest-mock==1.10.0
21+
pytest-mock==1.10.1
2222

2323
# local debugging tools
2424
datadiff

0 commit comments

Comments
 (0)