From 3794dd9292fac4ff622c16da1ce71be5c738ae14 Mon Sep 17 00:00:00 2001 From: Benny Date: Wed, 26 Oct 2022 20:17:33 +0800 Subject: [PATCH] pin and bump --- docker-compose.yml | 6 +++--- requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e6012c1..226aa2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,13 +9,13 @@ services: entrypoint: [ "socat", "tcp-listen:2375,fork,reuseaddr","unix-connect:/var/run/docker.sock" ] redis: - image: redis:alpine + image: redis:7-alpine restart: always logging: driver: none mysql: - image: ubuntu/mysql:8.0-20.04_beta + image: ubuntu/mysql:8.0-22.04_beta restart: always volumes: - ./db_data:/var/lib/mysql @@ -48,4 +48,4 @@ services: volumes: - ./data/flower:/ytdlbot/ytdlbot/flower ports: - - "5555:5555" \ No newline at end of file + - "5555:5555" diff --git a/requirements.txt b/requirements.txt index 248cd6a..4474df1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyrogram==1.4.16 -tgcrypto==1.2.3 +tgcrypto==1.2.4 yt-dlp==2022.10.4 APScheduler==3.9.1 beautifultable==1.1.0 @@ -8,15 +8,15 @@ PyMySQL==1.0.2 celery==5.2.7 filetype==1.1.0 flower==1.2.0 -psutil==5.9.2 +psutil==5.9.3 influxdb==5.3.1 beautifulsoup4==4.11.1 -fakeredis==1.9.3 +fakeredis==1.10.0 supervisor==4.2.4 tgbot-ping==1.0.4 redis==4.3.3 requests==2.28.1 tqdm==4.64.1 -requests-toolbelt==0.10.0 +requests-toolbelt==0.10.1 ffpb==0.4.1 youtube-search-python==1.6.6