Skip to content

Commit b1a8a80

Browse files
humitosstsewd
andauthored
Merge pull request #6067 from readthedocs/pyup/scheduled-update-2019-08-12
pyup: Scheduled weekly dependency update for week 32 Co-authored-by: Santos Gallegos <[email protected]>
2 parents 3ccf7c3 + 99410d9 commit b1a8a80

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements/local-docs-build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sphinxcontrib-httpdomain==1.7.0
3030
sphinx-prompt==1.0.0
3131
sphinx-notfound-page==0.4
3232
commonmark==0.9.0
33-
recommonmark==0.5.0
33+
recommonmark==0.6.0

requirements/pip.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base packages
2-
pip==19.2.1
2+
pip==19.2.2
33
appdirs==1.4.3
44
virtualenv==16.7.2
55

@@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore
4242

4343
django-allauth==0.39.1
4444

45-
GitPython==2.1.13
45+
GitPython==3.0.1
4646

4747
# Search
4848
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -67,7 +67,7 @@ pyquery==1.4.0
6767

6868
# lxml is used by pyquery
6969
# defusedxml is recommended when using lxml
70-
lxml==4.4.0
70+
lxml==4.4.1
7171
defusedxml==0.6.0
7272

7373
# Utils
@@ -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.33.0
79+
stripe==2.34.0
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

requirements/testing.txt

+2-2
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.6.1
15+
execnet==1.7.0
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.6.1
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.0
25+
yamale==1.10.1
2626
pytest-mock==1.10.4
2727

2828
# local debugging tools

0 commit comments

Comments
 (0)