From 7899903afd6996809c94f2ab4f87b3f12c4ecc40 Mon Sep 17 00:00:00 2001 From: yuukiwww <0xv75b42326631e@au.com> Date: Mon, 21 Oct 2024 06:51:26 +0000 Subject: [PATCH] =?UTF-8?q?msgspec=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=97=E3=81=A6?= =?UTF-8?q?Python3.13=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54c190e..da87789 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7 +FROM python:3.13.0 COPY . /app WORKDIR /app RUN pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 2b996f0..6f32ac3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,10 @@ Flask-Session==0.8.0 Flask-WTF==1.2.1 gunicorn==23.0.0 jsonschema==4.23.0 -pymongo==4.9.1 -redis==5.0.8 +pymongo==4.10.1 +redis==5.1.1 requests==2.32.3 websockets==13.1 nkf==1.0.4 git+https://github.com/yuukiwww/tjaf.git@d470d41f25f272ade5672cb12043a36a3794b14d +git+https://github.com/jcrist/msgspec.git@29390b0385cda4ba76a0aaf4ede5d54ae9ff35ff