Skip to content

Commit c6ed752

Browse files
committed
Upgrade all dependencies
inv packages.upgrade
1 parent eb6a673 commit c6ed752

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

requirements/local-docs-build.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ sphinx-prompt==1.0.0
2020
# newer ones make `tox -e docs` to fail
2121
commonmark==0.5.5
2222

23+
# recommonmark 0.4.0 is the latest version compatible with our docs, the
24+
# newer ones make `tox -e docs` to fail
25+
# File "/home/travis/build/rtfd/readthedocs.org/.tox/docs/lib/python3.6/site-packages/recommonmark/parser.py", line 9, in <module>
26+
# from commonmark import Parser
27+
# ModuleNotFoundError: No module named 'commonmark'
2328
recommonmark==0.4.0

requirements/pip.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ django-tastypie==0.14.2
1010
django-guardian==1.4.9
1111
django-extensions==2.1.4
1212

13-
djangorestframework==3.9.0
13+
djangorestframework==3.9.1
1414

1515
# Filtering for the REST API
1616
# When Python2 gets deprecated we can upgrade django-filter
@@ -27,7 +27,7 @@ jsonfield==2.0.2
2727
requests==2.21.0
2828
requests-toolbelt==0.8.0
2929
slumber==0.7.1
30-
lxml==4.2.5
30+
lxml==4.3.0
3131
defusedxml==0.5.0
3232

3333
# Basic tools
@@ -62,12 +62,12 @@ pyquery==1.4.0
6262

6363
# Utils
6464
django-gravatar2==1.4.2
65-
pytz==2018.7
66-
beautifulsoup4==4.7.0
65+
pytz==2018.9
66+
beautifulsoup4==4.7.1
6767
Unipath==1.1
6868
django-kombu==0.9.4
6969
mock==2.0.0
70-
stripe==2.17.0
70+
stripe==2.18.0
7171

7272
django-formtools==2.1
7373

@@ -85,7 +85,7 @@ django-taggit==0.23.0
8585
dj-pagination==2.4.0
8686

8787
# Version comparison stuff
88-
packaging==18.0
88+
packaging==19.0
8989

9090
# Commenting stuff
9191
django-cors-middleware==1.3.1

requirements/testing.txt

Lines changed: 3 additions & 3 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.0.2
6-
pytest-django==3.4.4
7-
pytest-xdist==1.25.0
5+
pytest==4.1.1
6+
pytest-django==3.4.5
7+
pytest-xdist==1.26.0
88
pytest-cov
99
apipkg==1.5
1010
execnet==1.5.0

0 commit comments

Comments
 (0)