Skip to content

Commit 3aa6f51

Browse files
authored
Bump dependencies (this switches to HTML 5 writer in Sphinx & changes config.json dir on Mac) (Cog-Creators#3982)
* Bump deps * use html5 writer * appdirs<1.4.4 compatibility fix * more bumping * Revert "appdirs<1.4.4 compatibility fix" (Jack did a dumb) This reverts commit cc5299d. * And another ~~one~~ bump! I'm gonna blame Neuro for being nice and contributing to aiohttp-json-rpc. * just one more and pls merge this Kowlin * Kowlin, pls merge
1 parent 1d80fe9 commit 3aa6f51

2 files changed

Lines changed: 38 additions & 39 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@
108108
#
109109
html_theme = "sphinx_rtd_theme"
110110

111-
# This will be needed until sphinx_rtd_theme supports the html5 writer
112-
html4_writer = True
113-
114111
# Theme options are theme-specific and customize the look and feel of a theme
115112
# further. For a list of options available for each theme, see the
116113
# documentation.

setup.cfg

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -33,81 +33,83 @@ packages = find_namespace:
3333
python_requires = >=3.8.1
3434
install_requires =
3535
aiohttp==3.6.2
36-
aiohttp-json-rpc==0.12.3
37-
aiosqlite==0.11.0
38-
appdirs==1.4.3
36+
aiohttp-json-rpc==0.13.1
37+
aiosqlite==0.15.0
38+
appdirs==1.4.4
3939
apsw-wheels==3.30.1.post3
4040
async-timeout==3.0.1
4141
attrs==19.3.0
4242
Babel==2.8.0
4343
chardet==3.0.4
44-
click==7.1.1
44+
click==7.1.2
4545
colorama==0.4.3
46-
contextlib2==0.5.5
46+
contextlib2==0.6.0.post1
4747
discord.py==1.3.4
4848
distro==1.5.0; sys_platform == "linux"
4949
fuzzywuzzy==0.18.0
50-
idna==2.9
51-
multidict==4.7.5
50+
idna==2.10
51+
multidict==4.7.6
5252
python-Levenshtein-wheels==0.13.1
53-
pytz==2019.3
53+
pytz==2020.1
5454
PyYAML==5.3.1
5555
Red-Lavalink==0.5.1
56-
schema==0.7.1
57-
tqdm==4.45.0
56+
schema==0.7.2
57+
tqdm==4.48.0
58+
typing-extensions==3.7.4.2
5859
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
5960
websockets==8.1
60-
yarl==1.4.2
61+
yarl==1.5.0
6162

6263
[options.extras_require]
6364
docs =
6465
alabaster==0.7.12
65-
certifi==2019.11.28
66+
certifi==2020.6.20
6667
docutils==0.16
6768
imagesize==1.2.0
68-
Jinja2==2.11.1
69+
Jinja2==2.11.2
6970
MarkupSafe==1.1.1
70-
packaging==20.3
71+
packaging==20.4
7172
Pygments==2.6.1
72-
pyparsing==2.4.6
73-
requests==2.23.0
74-
six==1.14.0
73+
pyparsing==2.4.7
74+
requests==2.24.0
75+
six==1.15.0
7576
snowballstemmer==2.0.0
76-
Sphinx==2.4.4
77-
sphinx-rtd-theme==0.4.3
77+
Sphinx==3.1.2
78+
sphinx-rtd-theme==0.5.0
7879
sphinxcontrib-applehelp==1.0.2
7980
sphinxcontrib-devhelp==1.0.2
8081
sphinxcontrib-htmlhelp==1.0.3
8182
sphinxcontrib-jsmath==1.0.1
8283
sphinxcontrib-qthelp==1.0.3
8384
sphinxcontrib-serializinghtml==1.1.4
84-
sphinxcontrib-trio==1.1.1
85-
urllib3==1.25.8
85+
sphinxcontrib-trio==1.1.2
86+
urllib3==1.25.10
8687
postgres =
8788
asyncpg==0.20.1
8889
style =
8990
black==19.10b0
90-
pathspec==0.7.0
91-
regex==2020.4.4
92-
toml==0.10.0
91+
pathspec==0.8.0
92+
regex==2020.7.14
93+
toml==0.10.1
9394
typed-ast==1.4.1
9495
test =
95-
astroid==2.3.3
96+
astroid==2.4.2
9697
isort==4.3.21
9798
lazy-object-proxy==1.4.3
9899
mccabe==0.6.1
99-
more-itertools==8.2.0
100-
packaging==20.3
100+
more-itertools==8.4.0
101+
packaging==20.4
101102
pluggy==0.13.1
102-
py==1.8.1
103-
pylint==2.4.4
104-
pyparsing==2.4.6
105-
pytest==5.4.1
106-
pytest-asyncio==0.10.0
107-
pytest-mock==3.0.0
108-
six==1.14.0
109-
wcwidth==0.1.9
110-
wrapt==1.11.2
103+
py==1.9.0
104+
pylint==2.5.3
105+
pyparsing==2.4.7
106+
pytest==5.4.3
107+
pytest-asyncio==0.14.0
108+
pytest-mock==3.2.0
109+
six==1.15.0
110+
toml==0.10.1
111+
wcwidth==0.2.5
112+
wrapt==1.12.1
111113

112114
[options.entry_points]
113115
console_scripts =

0 commit comments

Comments
 (0)