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 #6436

Merged
merged 1 commit into from
Aug 26, 2024
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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ aiohttp-json-rpc==0.13.3
# via -r base.in
aiosignal==1.3.1
# via aiohttp
apsw==3.46.0.1
apsw==3.46.1.0
# via -r base.in
attrs==24.1.0
attrs==24.2.0
# via aiohttp
babel==2.15.0
babel==2.16.0
# via -r base.in
brotli==1.1.0
# via -r base.in
Expand All @@ -26,9 +26,9 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.7
idna==3.8
# via yarl
markdown==3.6
markdown==3.7
# via -r base.in
markdown-it-py==3.0.0
# via rich
Expand All @@ -38,7 +38,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
orjson==3.10.6
orjson==3.10.7
# via -r base.in
packaging==24.1
# via -r base.in
Expand All @@ -50,17 +50,17 @@ pygments==2.18.0
# via rich
python-dateutil==2.9.0.post0
# via -r base.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r base.in
rapidfuzz==3.9.5
rapidfuzz==3.9.6
# 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.7.1
rich==13.8.0
# via -r base.in
schema==0.7.7
# via -r base.in
Expand All @@ -80,11 +80,11 @@ colorama==0.4.6; sys_platform == "win32"
# via click
distro==1.9.0; sys_platform == "linux" and sys_platform == "linux"
# via -r base.in
importlib-metadata==8.2.0; python_version != "3.10" and python_version != "3.11"
importlib-metadata==8.4.0; python_version != "3.10" and python_version != "3.11"
# via markdown
pytz==2024.1; python_version == "3.8"
# via babel
uvloop==0.19.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
uvloop==0.20.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
# via -r base.in
zipp==3.19.2; python_version != "3.10" and python_version != "3.11"
zipp==3.20.1; python_version != "3.10" and python_version != "3.11"
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/extra-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docutils==0.20.1
# sphinx-rtd-theme
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -c base.txt
# sphinx
Expand Down Expand Up @@ -56,7 +56,7 @@ sphinxcontrib-trio==1.1.2
# via -r extra-doc.in
urllib3==2.2.2
# via requests
zipp==3.19.2
zipp==3.20.1
# via
# -c base.txt
# importlib-metadata
2 changes: 1 addition & 1 deletion requirements/extra-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest-asyncio==0.21.2
# via -r extra-test.in
pytest-mock==3.14.0
# via -r extra-test.in
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
exceptiongroup==1.2.2; python_version != "3.11"
# via pytest
Expand Down
Loading