From 21544a990fa7c1e1d10da8d640c8da227128877f Mon Sep 17 00:00:00 2001 From: PiotrWieczorek98 Date: Sun, 17 Dec 2023 20:54:46 +0100 Subject: [PATCH] dev-req bump --- .github/workflows/deploy.yml | 1 - dev-requirements.txt | 34 +++++++++++++++++----------------- requirements.txt | 1 - 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 499b84f..2127627 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 6092249..227c128 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 \ No newline at end of file +wavelink==3.1.0 +pylint diff --git a/requirements.txt b/requirements.txt index b736fe7..a9532c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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