Skip to content

Commit c34cf43

Browse files
committed
升级到python 3.11
1 parent 231f5d6 commit c34cf43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3
22
ENV PYTHONUNBUFFERED 1
33
WORKDIR /code/djangoblog/
44
RUN apt-get install default-libmysqlclient-dev -y && \

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
coverage==6.5.0
22
bleach==5.0.1
3-
Django==4.1.2
3+
Django==4.1.3
44
django-compressor==4.1
55
django-haystack==3.2.1
66
django-ipware==4.0.2
77
django-mdeditor==0.1.20
88
django-uuslug==2.0.0
99
elasticsearch==7.16.1
1010
elasticsearch-dsl==7.4.0
11-
gevent==21.12.0
11+
gevent==22.10.2
1212
jieba==0.42.1
1313
jsonpickle==2.2.0
1414
Markdown==3.4.1
1515
mysqlclient==2.1.1
16-
Pillow==9.2.0
16+
Pillow==9.3.0
1717
Pygments==2.13.0
1818
python-logstash==0.4.8
1919
python-slugify==6.1.2
20-
pytz==2022.4
20+
pytz==2022.6
2121
raven==6.10.0
2222
requests==2.28.1
2323
urllib3==1.26.12

0 commit comments

Comments
 (0)