Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #6185

Merged
merged 2 commits into from
Jul 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiodns==3.0.0
# via -r base.in
aiohttp==3.8.4
aiohttp==3.8.5
# via
# -r base.in
# aiohttp-json-rpc
Expand All @@ -10,7 +10,7 @@ aiohttp-json-rpc==0.13.3
# via -r base.in
aiosignal==1.3.1
# via aiohttp
apsw==3.41.2.0
apsw==3.42.0.0
# via -r base.in
async-timeout==4.0.2
# via aiohttp
Expand All @@ -22,39 +22,39 @@ brotli==1.0.9
# via -r base.in
cffi==1.15.1
# via pycares
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via aiohttp
click==8.1.3
click==8.1.6
# via -r base.in
contextlib2==21.6.0
# via schema
discord-py==2.3.0
discord-py==2.3.1
# via
# -r base.in
# red-lavalink
frozenlist==1.3.3
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.4
# via yarl
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via markdown
markdown==3.4.3
# via -r base.in
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via
# aiohttp
# yarl
orjson==3.8.12
orjson==3.9.2
# via -r base.in
packaging==23.1
# via -r base.in
platformdirs==3.5.1
platformdirs==3.9.1
# via -r base.in
psutil==5.9.5
# via -r base.in
Expand All @@ -68,31 +68,31 @@ python-dateutil==2.8.2
# via -r base.in
pytz==2023.3
# via babel
pyyaml==6.0
pyyaml==6.0.1
# via -r base.in
rapidfuzz==3.0.0
rapidfuzz==3.1.2
# via -r base.in
red-commons==1.0.0
# via
# -r base.in
# red-lavalink
red-lavalink==0.11.0
# via -r base.in
rich==13.3.5
rich==13.4.2
# via -r base.in
schema==0.7.5
# via -r base.in
six==1.16.0
# via python-dateutil
typing-extensions==4.5.0
typing-extensions==4.7.1
# via
# -r base.in
# rich
yarl==1.9.2
# via
# -r base.in
# aiohttp
zipp==3.15.0
zipp==3.16.2
# via importlib-metadata
colorama==0.4.6; sys_platform == "win32"
# via click
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-doc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Sphinx
sphinx-prompt
sphinx_rtd_theme
sphinx_rtd_theme>1
sphinxcontrib-trio
10 changes: 5 additions & 5 deletions requirements/extra-doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alabaster==0.7.13
# via sphinx
certifi==2023.5.7
certifi==2023.7.22
# via requests
docutils==0.18.1
# via
Expand All @@ -11,9 +11,9 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
requests==2.30.0
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -26,7 +26,7 @@ sphinx==6.2.1
# sphinxcontrib-trio
sphinx-prompt==1.6.0
# via -r extra-doc.in
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.2.2
# via -r extra-doc.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -44,5 +44,5 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r extra-doc.in
urllib3==2.0.2
urllib3==2.0.4
# via requests
2 changes: 1 addition & 1 deletion requirements/extra-postgres.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
asyncpg==0.27.0
asyncpg==0.28.0
# via -r extra-postgres.in
2 changes: 1 addition & 1 deletion requirements/extra-style.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
black==23.7.0
# via -r extra-style.in
mypy-extensions==1.0.0
# via black
Expand Down
14 changes: 7 additions & 7 deletions requirements/extra-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
astroid==2.15.4
astroid==2.15.6
# via pylint
dill==0.3.6
dill==0.3.7
# via pylint
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
iniconfig==2.0.0
# via pytest
Expand All @@ -12,18 +12,18 @@ lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pylint==2.17.4
# via -r extra-test.in
pytest==7.3.1
pytest==7.4.0
# via
# -r extra-test.in
# pytest-asyncio
# pytest-mock
pytest-asyncio==0.21.0
pytest-asyncio==0.21.1
# via -r extra-test.in
pytest-mock==3.10.0
pytest-mock==3.11.1
# via -r extra-test.in
tomli==2.0.1
# via
Expand Down