Skip to content

Commit d0b5611

Browse files
authored
Merge pull request #7406 from readthedocs/pyup/scheduled-update-2020-08-24
pyup: Scheduled weekly dependency update for week 34
2 parents 0e47034 + ba960fc commit d0b5611

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packages required to build docs, independent of application dependencies
22

3-
Sphinx==3.2.0
3+
Sphinx==3.2.1
44

55
# doctuils==0.15 produces this error
66
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
@@ -11,7 +11,7 @@ Sphinx==3.2.0
1111
docutils==0.14 # pyup: ignore
1212

1313
sphinx_rtd_theme==0.5.0
14-
sphinx-tabs==1.1.13
14+
sphinx-tabs==1.2.1
1515
sphinx-intl==2.0.1
1616

1717
readthedocs-sphinx-search==0.1.0rc2

requirements/pip.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Base packages
22

3-
pip==20.2.1
4-
virtualenv==20.0.30
3+
pip==20.2.2
4+
virtualenv==20.0.31
55

66
django==2.2.15 # pyup: <2.3
77
django-extensions==3.0.5
8-
django_polymorphic==2.1.2
8+
django_polymorphic==3.0.0
99
django-autoslug==1.9.8
1010

1111
djangorestframework==3.11.1
@@ -64,7 +64,7 @@ git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17
6464
# from elasticsearch_dsl import Document as DSLDocument
6565
# ImportError: cannot import name 'Document'
6666
django-elasticsearch-dsl==0.5.1 # pyup: ignore
67-
selectolax==0.2.6
67+
selectolax==0.2.7
6868

6969
# Ignoring orjson for now because it makes Travis to fail
7070
orjson==2.0.7 # pyup: ignore
@@ -83,7 +83,7 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.
8383
django-formtools==2.2
8484
django-crispy-forms==1.9.2
8585

86-
docker==4.2.2
86+
docker==4.3.1
8787

8888
django-textclassifier==1.0
8989
# django-textclassifier doesn't have pinned versions
@@ -105,7 +105,7 @@ packaging==20.4
105105
django-cors-middleware==1.4.0 # pyup: ignore
106106

107107
# User agent parsing - used for analytics purposes
108-
user-agents==2.1
108+
user-agents==2.2.0
109109

110110
# Utilities used to upload build media to cloud storage
111111
# django-storages is pinned to this particular commit because it
@@ -117,4 +117,4 @@ git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c0
117117
django-debug-toolbar==2.2
118118

119119
# For enabling content-security-policy
120-
django-csp==3.6
120+
django-csp==3.7

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ django-dynamic-fixture==3.1.0
66
pytest==6.0.1
77
pytest-custom-exit-code==0.3.0
88
pytest-django==3.9.0
9-
pytest-xdist==1.34.0
10-
pytest-cov==2.10.0
9+
pytest-xdist==2.0.0
10+
pytest-cov==2.10.1
1111
apipkg==1.5
1212
execnet==1.7.1
1313

@@ -20,7 +20,7 @@ execnet==1.7.1
2020
Mercurial==4.4.2 # pyup: ignore
2121

2222
yamale==2.2.0 # pyup: <3.0
23-
pytest-mock==3.2.0
23+
pytest-mock==3.3.0
2424

2525
# local debugging tools
2626
datadiff==2.0.0

0 commit comments

Comments
 (0)