mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Bump deps (includes d.py bump) (#3723)
This commit is contained in:
parent
587968710f
commit
be7d1d2cd2
39
setup.cfg
39
setup.cfg
@ -27,7 +27,7 @@ packages = find_namespace:
|
|||||||
python_requires = >=3.8.1
|
python_requires = >=3.8.1
|
||||||
install_requires =
|
install_requires =
|
||||||
aiohttp==3.6.2
|
aiohttp==3.6.2
|
||||||
aiohttp-json-rpc==0.12.2
|
aiohttp-json-rpc==0.12.3
|
||||||
aiosqlite==0.11.0
|
aiosqlite==0.11.0
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
apsw-wheels==3.30.1.post3
|
apsw-wheels==3.30.1.post3
|
||||||
@ -35,20 +35,20 @@ install_requires =
|
|||||||
attrs==19.3.0
|
attrs==19.3.0
|
||||||
Babel==2.8.0
|
Babel==2.8.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
Click==7.0
|
click==7.1.1
|
||||||
colorama==0.4.3
|
colorama==0.4.3
|
||||||
contextlib2==0.5.5
|
contextlib2==0.5.5
|
||||||
discord.py==1.3.2
|
discord.py==1.3.3
|
||||||
distro==1.4.0; sys_platform == "linux"
|
distro==1.5.0; sys_platform == "linux"
|
||||||
fuzzywuzzy==0.18.0
|
fuzzywuzzy==0.18.0
|
||||||
idna==2.9
|
idna==2.9
|
||||||
multidict==4.7.5
|
multidict==4.7.5
|
||||||
python-Levenshtein-wheels==0.13.1
|
python-Levenshtein-wheels==0.13.1
|
||||||
pytz==2019.3
|
pytz==2019.3
|
||||||
PyYAML==5.3
|
PyYAML==5.3.1
|
||||||
Red-Lavalink==0.5.0
|
Red-Lavalink==0.5.0
|
||||||
schema==0.7.1
|
schema==0.7.1
|
||||||
tqdm==4.43.0
|
tqdm==4.45.0
|
||||||
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||||
websockets==8.1
|
websockets==8.1
|
||||||
yarl==1.4.2
|
yarl==1.4.2
|
||||||
@ -59,31 +59,30 @@ docs =
|
|||||||
certifi==2019.11.28
|
certifi==2019.11.28
|
||||||
docutils==0.16
|
docutils==0.16
|
||||||
imagesize==1.2.0
|
imagesize==1.2.0
|
||||||
incremental==17.5.0
|
|
||||||
Jinja2==2.11.1
|
Jinja2==2.11.1
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
packaging==20.1
|
packaging==20.3
|
||||||
Pygments==2.5.2
|
Pygments==2.6.1
|
||||||
pyparsing==2.4.6
|
pyparsing==2.4.6
|
||||||
requests==2.23.0
|
requests==2.23.0
|
||||||
six==1.14.0
|
six==1.14.0
|
||||||
snowballstemmer==2.0.0
|
snowballstemmer==2.0.0
|
||||||
Sphinx==2.4.3
|
Sphinx==2.4.4
|
||||||
sphinx-rtd-theme==0.4.3
|
sphinx-rtd-theme==0.4.3
|
||||||
sphinxcontrib-applehelp==1.0.1
|
sphinxcontrib-applehelp==1.0.2
|
||||||
sphinxcontrib-devhelp==1.0.1
|
sphinxcontrib-devhelp==1.0.2
|
||||||
sphinxcontrib-htmlhelp==1.0.3
|
sphinxcontrib-htmlhelp==1.0.3
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.2
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.3
|
sphinxcontrib-serializinghtml==1.1.4
|
||||||
sphinxcontrib-trio==1.1.0
|
sphinxcontrib-trio==1.1.1
|
||||||
urllib3==1.25.8
|
urllib3==1.25.8
|
||||||
postgres =
|
postgres =
|
||||||
asyncpg==0.20.1
|
asyncpg==0.20.1
|
||||||
style =
|
style =
|
||||||
black==19.10b0
|
black==19.10b0
|
||||||
pathspec==0.7.0
|
pathspec==0.7.0
|
||||||
regex==2020.2.20
|
regex==2020.4.4
|
||||||
toml==0.10.0
|
toml==0.10.0
|
||||||
typed-ast==1.4.1
|
typed-ast==1.4.1
|
||||||
test =
|
test =
|
||||||
@ -92,16 +91,16 @@ test =
|
|||||||
lazy-object-proxy==1.4.3
|
lazy-object-proxy==1.4.3
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
more-itertools==8.2.0
|
more-itertools==8.2.0
|
||||||
packaging==20.1
|
packaging==20.3
|
||||||
pluggy==0.13.1
|
pluggy==0.13.1
|
||||||
py==1.8.1
|
py==1.8.1
|
||||||
pylint==2.4.4
|
pylint==2.4.4
|
||||||
pyparsing==2.4.6
|
pyparsing==2.4.6
|
||||||
pytest==5.3.5
|
pytest==5.4.1
|
||||||
pytest-asyncio==0.10.0
|
pytest-asyncio==0.10.0
|
||||||
pytest-mock==2.0.0
|
pytest-mock==3.0.0
|
||||||
six==1.14.0
|
six==1.14.0
|
||||||
wcwidth==0.1.8
|
wcwidth==0.1.9
|
||||||
wrapt==1.11.2
|
wrapt==1.11.2
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user