Skip to content

Commit

Permalink
Bump the bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Jul 23, 2023
1 parent fb9457c commit 9a0ba66
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 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 @@ -22,23 +22,23 @@ 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
Expand All @@ -50,11 +50,11 @@ multidict==6.0.4
# via
# aiohttp
# yarl
orjson==3.9.1
orjson==3.9.2
# via -r base.in
packaging==23.1
# via -r base.in
platformdirs==3.5.3
platformdirs==3.9.1
# via -r base.in
psutil==5.9.5
# via -r base.in
Expand All @@ -68,9 +68,9 @@ 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.1.1
rapidfuzz==3.1.2
# via -r base.in
red-commons==1.0.0
# via
Expand All @@ -84,15 +84,15 @@ schema==0.7.5
# via -r base.in
six==1.16.0
# via python-dateutil
typing-extensions==4.6.3
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
4 changes: 2 additions & 2 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 Down Expand Up @@ -44,5 +44,5 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r extra-doc.in
urllib3==2.0.3
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.5
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.2
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

0 comments on commit 9a0ba66

Please sign in to comment.