Skip to content

Commit 2aa6ce5

Browse files
pyup-botstsewd
andauthored
pyup: Scheduled weekly dependency update for week 19 (#8170)
* Update virtualenv from 20.4.4 to 20.4.6 * Update django from 2.2.20 to 2.2.22 * Update sphinx from 3.5.4 to 4.0.0 * Update sphinx from 3.5.4 to 4.0.0 * Update django-vanilla-views from 2.0.0 to 3.0.0 * Update watchdog from 2.0.3 to 2.1.1 * Update tox from 3.23.0 to 3.23.1 * Update pytest from 6.2.3 to 6.2.4 * Update pytest-mock from 3.6.0 to 3.6.1 * Update docs' requirements * Downgrade sphinx * Update conf.py Co-authored-by: Santos Gallegos <[email protected]>
1 parent 2bea654 commit 2aa6ce5

File tree

5 files changed

+16
-27
lines changed

5 files changed

+16
-27
lines changed

docs/conf.py

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
sys.path.append(os.path.dirname(__file__))
99
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "readthedocs.settings.dev")
1010

11-
from django.conf import settings
1211
from django.utils import timezone
1312

1413
import django
@@ -32,18 +31,16 @@ def get_version():
3231
'doc_extensions',
3332
'sphinx_tabs.tabs',
3433
'sphinx-prompt',
35-
'recommonmark',
3634
'notfound.extension',
3735
'hoverxref.extension',
3836
'sphinx_search.extension',
3937
'sphinxemoji.sphinxemoji',
4038
]
4139

4240
templates_path = ['_templates']
43-
source_suffix = ['.rst', '.md']
4441

4542
master_doc = 'index'
46-
project = u'Read the Docs'
43+
project = 'Read the Docs'
4744
copyright = '2010-{}, Read the Docs, Inc & contributors'.format(
4845
timezone.now().year
4946
)
@@ -59,12 +56,12 @@ def get_version():
5956
}
6057
htmlhelp_basename = 'ReadTheDocsdoc'
6158
latex_documents = [
62-
('index', 'ReadTheDocs.tex', u'Read the Docs Documentation',
63-
u'Eric Holscher, Charlie Leifer, Bobby Grace', 'manual'),
59+
('index', 'ReadTheDocs.tex', 'Read the Docs Documentation',
60+
'Eric Holscher, Charlie Leifer, Bobby Grace', 'manual'),
6461
]
6562
man_pages = [
66-
('index', 'read-the-docs', u'Read the Docs Documentation',
67-
[u'Eric Holscher, Charlie Leifer, Bobby Grace'], 1)
63+
('index', 'read-the-docs', 'Read the Docs Documentation',
64+
['Eric Holscher, Charlie Leifer, Bobby Grace'], 1)
6865
]
6966

7067
exclude_patterns = [

requirements/docker.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-redis-cache==2.1.3 # pyup: ignore
1212
pillow==8.2.0
1313

1414
# local debugging tools
15-
watchdog==2.0.3
15+
watchdog==2.1.1
1616
datadiff==2.0.0
1717
ipdb==0.13.7
1818
pdbpp==0.10.2
@@ -25,4 +25,4 @@ jedi>0.17,<0.18 # pyup: ignore
2525
argh==0.26.2
2626

2727
# run tests
28-
tox==3.23.0
28+
tox==3.23.1

requirements/docs.txt

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Packages required to build docs, independent of application dependencies
22

3-
Sphinx==3.5.4
3+
# Our deps aren't ready for 4.0 yet.
4+
# - sphinx-tabs
5+
Sphinx==3.5.4 # pyup: <4.0
46
Pygments==2.9.0
57

6-
# doctuils==0.15 produces this error
7-
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
8-
# nodes[0][0].rawsource = unescape(text, True)
9-
# AttributeError: 'str' object has no attribute 'rawsource' File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
10-
# nodes[0][0].rawsource = unescape(text, True)
11-
# AttributeError: 'str' object has no attribute 'rawsource'
12-
docutils==0.14 # pyup: ignore
13-
148
sphinx_rtd_theme==0.5.2
159
sphinx-tabs==2.1.0
1610
sphinx-intl==2.0.1
@@ -25,8 +19,6 @@ sphinxemoji==0.1.8
2519
sphinxcontrib-httpdomain==1.7.0
2620
sphinx-prompt==1.4.0
2721
sphinx-notfound-page==0.6
28-
commonmark==0.9.1
29-
recommonmark==0.7.1
3022
sphinx-autobuild==2021.3.14
3123

3224
# Linting

requirements/pip.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Base packages
22

33
pip==21.1.1
4-
virtualenv==20.4.4
4+
virtualenv==20.4.6
55

6-
django==2.2.20 # pyup: <2.3
6+
django==2.2.22 # pyup: <2.3
77
django-extensions==3.1.3
88
django_polymorphic==3.0.0
99
django-autoslug==1.9.8
1010

1111
djangorestframework==3.12.4
1212

1313
# For intersphinx during builds
14-
Sphinx==3.5.4
14+
Sphinx==4.0.0
1515

1616
# Filtering for the REST API
1717
django-filter==2.4.0
1818

1919
drf-flex-fields==0.9.0
2020
drf-extensions==0.7.0
2121

22-
django-vanilla-views==2.0.0
22+
django-vanilla-views==3.0.0
2323
jsonfield==3.1.0
2424

2525
requests==2.25.1

requirements/testing.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r pip.txt
44

55
django-dynamic-fixture==3.1.1
6-
pytest==6.2.3
6+
pytest==6.2.4
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.2.0
99
pytest-xdist==2.2.1
@@ -20,7 +20,7 @@ execnet==1.8.0
2020
Mercurial==4.4.2 # pyup: ignore
2121

2222
yamale==2.2.0 # pyup: <3.0
23-
pytest-mock==3.6.0
23+
pytest-mock==3.6.1
2424

2525
# local debugging tools
2626
datadiff==2.0.0

0 commit comments

Comments
 (0)