diff --git a/Dockerfile b/Dockerfile index aa31de7..60b5ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye LABEL maintainer="admin@yoursfunny.top" diff --git a/requirements.txt b/requirements.txt index e54c96e..6d7d87a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot[webhooks]~=21.7 httpx[http2]~=0.27 -uvloop~=0.19.0; sys_platform != 'win32' +uvloop~=0.21; sys_platform != 'win32' async-pixiv @ git+https://github.com/TheFunny/async-pixiv@main \ No newline at end of file