Compare commits

...

2 commits

Author SHA1 Message Date
yuuki
74cba15572 fastapiを更新 2024-12-06 15:47:50 +09:00
yuuki
aa8f83da7b python,を更新 2024-12-06 15:47:44 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.13.0 FROM python:3.13.1
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt

View file

@ -1,4 +1,4 @@
requests==2.32.3 requests==2.32.3
fastapi[standard]==0.115.5 fastapi[standard]==0.115.6
pymongo==4.10.1 pymongo==4.10.1
Jinja2==3.1.4 Jinja2==3.1.4