Skip to content

Commit cb50db2

Browse files
authored
Merge pull request liangliangyy#535 from liangliangyy/dev
Bump pillow from 8.4.0 to 9.0.0
2 parents 51d3cb9 + 88e1fd2 commit cb50db2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/django.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
max-parallel: 4
2828
matrix:
29-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
29+
python-version: [3.7, 3.8, 3.9 ]
3030

3131
steps:
3232
- name: Start MySQL
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
max-parallel: 4
6767
matrix:
68-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
68+
python-version: [3.7, 3.8, 3.9 ]
6969

7070
steps:
7171
- name: Start MySQL

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jieba==0.42.1
1313
jsonpickle==2.0.0
1414
Markdown==3.3.6
1515
mysqlclient==2.1.0
16-
Pillow==8.4.0
16+
Pillow==9.0.0
1717
Pygments==2.10.0
1818
python-logstash==0.4.6
1919
python-memcached==1.59

0 commit comments

Comments
 (0)