Skip to content

Commit

Permalink
dev-req bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWieczorek98 committed Dec 17, 2023
1 parent ad31207 commit 21544a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
-e WAVELINK_URL=$WAVELINK_URL \
-e WAVELINK_PORT=$WAVELINK_PORT \
-e WAVELINK_PASSWORD=$WAVELINK_PASSWORD \
-e SENTRY_KEY=$SENTRY_KEY \
-v /home/opc/soundboards:/wkk-bot/cache/soundboards \
--name $DOCKER_BOI_NAME \
$DOCKER_BOI_IMAGE
Expand Down
34 changes: 17 additions & 17 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aiohttp==3.8.4
aiohttp==3.9.1
aiosignal==1.3.1
async-timeout==4.0.2
attrs==22.2.0
Brotli==1.0.9
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.1.0
discord==2.2.2
discord.py==2.2.2
frozenlist==1.3.3
idna==3.4
async-timeout==4.0.3
attrs==23.1.0
Brotli==1.1.0
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
discord==2.3.2
discord.py==2.3.2
frozenlist==1.4.1
idna==3.6
multidict==6.0.4
mutagen==1.46.0
mutagen==1.47.0
pycparser==2.21
pycryptodomex==3.17
pycryptodomex==3.19.0
PyNaCl==1.5.0
websockets==10.4
yarl==1.8.2
yt-dlp==2023.3.4
websockets==12.0
yarl==1.9.2
python-dotenv==1.0.0
static-ffmpeg==2.5
pylint
wavelink==3.1.0
pylint
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ yarl==1.9.2
python-dotenv==1.0.0
static-ffmpeg==2.5
wavelink==3.1.0
sentry-sdk==1.39.1

0 comments on commit 21544a9

Please sign in to comment.