Skip to content

Commit 70ca7c7

Browse files
authored
pyup: Scheduled weekly dependency update for week 35 (#6129)
pyup: Scheduled weekly dependency update for week 35
2 parents 34d1a15 + 854b1e4 commit 70ca7c7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements/local-docs-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
docutils==0.14 # pyup: ignore
1212

1313
sphinx_rtd_theme==0.4.3
14-
sphinx-tabs==1.1.11
14+
sphinx-tabs==1.1.12
1515
# Required to avoid Transifex error with reserved slug
1616
# https://github.com/sphinx-doc/sphinx-intl/pull/27
1717
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl

requirements/pip.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Base packages
2-
pip==19.2.2
2+
pip==19.2.3
33
appdirs==1.4.3
4-
virtualenv==16.7.2
4+
virtualenv==16.7.4
55

6-
django==1.11.23 # pyup: <1.12
6+
django==1.11.24 # pyup: <1.12
77
django-extensions==2.2.1
88
django_polymorphic==2.1.2
99

@@ -40,9 +40,9 @@ kombu==4.3.0 # pyup: ignore
4040
# when ALWAYS_EAGER = True
4141
celery==4.1.1 # pyup: ignore
4242

43-
django-allauth==0.39.1
43+
django-allauth==0.40.0
4444

45-
GitPython==3.0.1
45+
GitPython==3.0.2
4646

4747
# Search
4848
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -76,7 +76,7 @@ pytz==2019.2
7676
Unipath==1.1
7777
django-kombu==0.9.4
7878
mock==3.0.5
79-
stripe==2.34.0
79+
stripe==2.35.1
8080

8181
# unicode-slugify==0.1.5 is not released on PyPI yet
8282
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -89,7 +89,7 @@ docker==4.0.2
8989
django-textclassifier==1.0
9090
# django-textclassifier doesn't have pinned versions
9191
# if there is an update they could break our code
92-
nltk==3.4.4
92+
nltk==3.4.5
9393
textblob==0.15.3
9494

9595
django-annoying==0.10.4

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest-django==3.4.6 # pyup: <3.4.7
1212
pytest-xdist==1.27.0 # pyup: ignore
1313
pytest-cov==2.7.1
1414
apipkg==1.5
15-
execnet==1.7.0
15+
execnet==1.7.1
1616

1717
# Mercurial 4.3 and newer require Python 2.7
1818
# Mercurial is actively being ported to Python 3. As of Mercurial 4.3,
@@ -22,7 +22,7 @@ execnet==1.7.0
2222
# (Pinned to 4.4.2 since what we need for testing is still useful)
2323
Mercurial==4.4.2 # pyup: ignore
2424

25-
yamale==1.10.1
25+
yamale==2.0
2626
pytest-mock==1.10.4
2727

2828
# local debugging tools

0 commit comments

Comments
 (0)