File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
docutils==0.14 # pyup: ignore
12
12
13
13
sphinx_rtd_theme==0.4.3
14
- sphinx-tabs==1.1.11
14
+ sphinx-tabs==1.1.12
15
15
# Required to avoid Transifex error with reserved slug
16
16
# https://github.com/sphinx-doc/sphinx-intl/pull/27
17
17
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
Original file line number Diff line number Diff line change 1
1
# Base packages
2
- pip==19.2.2
2
+ pip==19.2.3
3
3
appdirs==1.4.3
4
- virtualenv==16.7.2
4
+ virtualenv==16.7.4
5
5
6
- django==1.11.23 # pyup: <1.12
6
+ django==1.11.24 # pyup: <1.12
7
7
django-extensions==2.2.1
8
8
django_polymorphic==2.1.2
9
9
@@ -40,9 +40,9 @@ kombu==4.3.0 # pyup: ignore
40
40
# when ALWAYS_EAGER = True
41
41
celery==4.1.1 # pyup: ignore
42
42
43
- django-allauth==0.39.1
43
+ django-allauth==0.40.0
44
44
45
- GitPython==3.0.1
45
+ GitPython==3.0.2
46
46
47
47
# Search
48
48
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -76,7 +76,7 @@ pytz==2019.2
76
76
Unipath==1.1
77
77
django-kombu==0.9.4
78
78
mock==3.0.5
79
- stripe==2.34.0
79
+ stripe==2.35.1
80
80
81
81
# unicode-slugify==0.1.5 is not released on PyPI yet
82
82
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -89,7 +89,7 @@ docker==4.0.2
89
89
django-textclassifier==1.0
90
90
# django-textclassifier doesn't have pinned versions
91
91
# if there is an update they could break our code
92
- nltk==3.4.4
92
+ nltk==3.4.5
93
93
textblob==0.15.3
94
94
95
95
django-annoying==0.10.4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pytest-django==3.4.6 # pyup: <3.4.7
12
12
pytest-xdist==1.27.0 # pyup: ignore
13
13
pytest-cov==2.7.1
14
14
apipkg==1.5
15
- execnet==1.7.0
15
+ execnet==1.7.1
16
16
17
17
# Mercurial 4.3 and newer require Python 2.7
18
18
# Mercurial is actively being ported to Python 3. As of Mercurial 4.3,
@@ -22,7 +22,7 @@ execnet==1.7.0
22
22
# (Pinned to 4.4.2 since what we need for testing is still useful)
23
23
Mercurial==4.4.2 # pyup: ignore
24
24
25
- yamale==1.10.1
25
+ yamale==2.0
26
26
pytest-mock==1.10.4
27
27
28
28
# local debugging tools
You can’t perform that action at this time.
0 commit comments