Skip to content

Commit 30ece5f

Browse files
committed
perf: update python to 3.13.1
1 parent e840208 commit 30ece5f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo > config.yml \
1111
sed -i "s@VERSION = .*@VERSION = '${VERSION}'@g" server/const.py; \
1212
fi
1313

14-
FROM python:3.12.7-slim
14+
FROM python:3.13.1-slim
1515

1616
ENV LANG=en_US.UTF-8 \
1717
PATH=/data/py3/bin:$PATH

Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.7-slim
1+
FROM python:3.13.1-slim
22

33
# Install APT dependencies
44
ARG DEPENDENCIES=" \

Dockerfile-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.12.7-slim
1+
FROM registry.cn-beijing.aliyuncs.com/nineaiyu/python:3.13.1-slim
22

33
# add pip cn mirrors
44
ARG PIP_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==5.1.3
1+
django==5.1.4
22
djangorestframework==3.15.2
33
django-cors-headers==4.6.0
44
django-filter==24.3
@@ -11,7 +11,7 @@ celery==5.4.0
1111
django-celery-beat==2.7.0
1212
django-celery-results==2.5.1
1313
flower==2.0.1
14-
python-daemon==3.1.0
14+
python-daemon==3.1.2
1515
gunicorn==23.0.0
1616
django-proxy==1.3.0
1717
psutil==6.1.0
@@ -25,16 +25,16 @@ aiofiles==24.1.0
2525
websockets==14.1
2626
django-imagekit==5.0.0
2727
pilkit==3.0
28-
drf-spectacular==0.27.2
29-
drf-spectacular-sidecar==2024.11.1
28+
drf-spectacular==0.28.0
29+
drf-spectacular-sidecar==2024.12.1
3030
openpyxl==3.2.0b1
3131
pyzipper==0.3.6
3232
unicodecsv==0.14.1
3333
chardet==5.2.0
3434
pyexcel==0.7.1
3535
pyexcel-xlsx==0.6.0
3636
alibabacloud-dysmsapi20170525==3.1.0
37-
phonenumbers==8.13.50
37+
phonenumbers==8.13.51
3838
pycountry==24.6.1
3939
geoip2==4.8.1
4040
ipip-ipdb==1.6.1

0 commit comments

Comments
 (0)