Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jul 23, 2023
1 parent 2fc515a commit c4e3bfd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
24 changes: 12 additions & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --resolver=backtracking dev-requirements.in
#
astroid==2.15.5
astroid==2.15.6
# via pylint
black==23.3.0
black==23.7.0
# via -r dev-requirements.in
cfgv==3.3.1
# via pre-commit
click==8.1.3
click==8.1.6
# via
# -c requirements.txt
# black
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via virtualenv
identify==2.5.24
identify==2.5.26
# via pre-commit
isort==5.12.0
# via
Expand All @@ -42,24 +42,24 @@ packaging==23.1
# black
pathspec==0.11.1
# via black
platformdirs==3.5.3
platformdirs==3.9.1
# via
# black
# pylint
# virtualenv
pre-commit==3.3.2
pre-commit==3.3.3
# via -r dev-requirements.in
pylint==2.17.4
# via -r dev-requirements.in
pyright==1.1.313
pyright==1.1.318
# via -r dev-requirements.in
pyyaml==6.0
pyyaml==6.0.1
# via pre-commit
ruff==0.0.272
ruff==0.0.280
# via -r dev-requirements.in
tomlkit==0.11.8
# via pylint
virtualenv==20.23.0
virtualenv==20.24.1
# via pre-commit
wrapt==1.15.0
# via
Expand Down
46 changes: 23 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==3.0.0
# via discord-py
aiofiles==22.1.0
# via shazamio
aiohttp==3.8.4
aiohttp==3.8.5
# via
# -r requirements.in
# aiohttp-cors
Expand All @@ -21,7 +21,7 @@ aiomysql==0.2.0
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==3.7.0
anyio==3.7.1
# via shazamio
arrow==1.2.3
# via -r requirements.in
Expand All @@ -45,31 +45,31 @@ brotli==1.0.9
# via discord-py
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 jishaku
colorgram-py==1.2.0
# via -r requirements.in
contourpy==1.0.7
contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
dataclass-factory==2.16
# via shazamio
discord-py[speed]==2.3.0
discord-py[speed]==2.3.1
# via -r requirements.in
dnspython==2.3.0
# via minestat
durations-nlp==1.0.1
# via -r requirements.in
fonttools==4.40.0
fonttools==4.41.1
# via matplotlib
frozenlist==1.3.3
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
humanize==4.6.0
humanize==4.7.0
# via -r requirements.in
idna==3.4
# via
Expand All @@ -89,57 +89,57 @@ line-profiler==4.0.3
# via jishaku
loguru==0.7.0
# via -r requirements.in
lxml==4.9.2
lxml==4.9.3
# via -r requirements.in
markdownify==0.11.6
# via -r requirements.in
matplotlib==3.7.1
matplotlib==3.7.2
# via -r requirements.in
minestat==2.6.1
# via -r requirements.in
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.24.3
numpy==1.25.1
# via
# -r requirements.in
# contourpy
# matplotlib
# scipy
# shazamio
orjson==3.9.1
orjson==3.9.2
# via discord-py
packaging==23.1
# via
# matplotlib
# pytest
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements.in
# colorgram-py
# matplotlib
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prometheus-async==22.2.0
# via -r requirements.in
prometheus-client==0.17.0
prometheus-client==0.17.1
# via prometheus-async
psutil==5.9.5
# via -r requirements.in
pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==1.10.9
pydantic==1.10.11
# via shazamio
pydub==0.25.1
# via shazamio
pymysql==1.0.3
pymysql==1.1.0
# via aiomysql
pyparsing==3.0.9
# via matplotlib
pytest==7.3.2
pytest==7.4.0
# via
# pytest-asyncio
# shazamio
Expand All @@ -153,11 +153,11 @@ python-dotenv==1.0.0
# via -r requirements.in
random-user-agent==1.0.1
# via -r requirements.in
redis==4.5.5
redis==4.6.0
# via -r requirements.in
regex==2023.6.3
# via -r requirements.in
scipy==1.10.1
scipy==1.11.1
# via -r requirements.in
shazamio==0.4.0.1
# via -r requirements.in
Expand All @@ -171,13 +171,13 @@ sniffio==1.3.0
# via anyio
soupsieve==2.4.1
# via beautifulsoup4
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pydantic
uvloop==0.17.0
# via -r requirements.in
webencodings==0.5.1
# via bleach
wheel==0.40.0
wheel==0.41.0
# via astunparse
wrapt==1.15.0
# via prometheus-async
Expand Down

0 comments on commit c4e3bfd

Please sign in to comment.