File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.10
1
+ FROM python:3
2
2
ENV PYTHONUNBUFFERED 1
3
3
WORKDIR /code/djangoblog/
4
4
RUN apt-get install default-libmysqlclient-dev -y && \
Original file line number Diff line number Diff line change 1
1
coverage == 6.5.0
2
2
bleach == 5.0.1
3
- Django == 4.1.2
3
+ Django == 4.1.3
4
4
django-compressor == 4.1
5
5
django-haystack == 3.2.1
6
6
django-ipware == 4.0.2
7
7
django-mdeditor == 0.1.20
8
8
django-uuslug == 2.0.0
9
9
elasticsearch == 7.16.1
10
10
elasticsearch-dsl == 7.4.0
11
- gevent == 21.12.0
11
+ gevent == 22.10.2
12
12
jieba == 0.42.1
13
13
jsonpickle == 2.2.0
14
14
Markdown == 3.4.1
15
15
mysqlclient == 2.1.1
16
- Pillow == 9.2 .0
16
+ Pillow == 9.3 .0
17
17
Pygments == 2.13.0
18
18
python-logstash == 0.4.8
19
19
python-slugify == 6.1.2
20
- pytz == 2022.4
20
+ pytz == 2022.6
21
21
raven == 6.10.0
22
22
requests == 2.28.1
23
23
urllib3 == 1.26.12
You can’t perform that action at this time.
0 commit comments