Skip to content

Commit 5774379

Browse files
authored
Merge pull request #501 from liangliangyy/dev
升级依赖
2 parents 949bbb1 + ceeac68 commit 5774379

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- '**/*.css'
2222
- '**/*.js'
2323
- '**/*.yml'
24+
- '**/*.txt'
2425
pull_request:
2526
# The branches below must be a subset of the branches above
2627
branches:
@@ -31,6 +32,7 @@ on:
3132
- '**/*.css'
3233
- '**/*.js'
3334
- '**/*.yml'
35+
- '**/*.txt'
3436
schedule:
3537
- cron: '33 6 * * 0'
3638

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage==5.5
2-
Django==3.2.6
2+
Django==3.2.7
33
django-compressor==2.4.1
44
django-haystack==3.1.1
55
django-ipware==4.0.0
@@ -12,7 +12,7 @@ jieba==0.42.1
1212
jsonpickle==2.0.0
1313
mistune==0.8.4
1414
mysqlclient==2.0.3
15-
Pillow==8.3.1
15+
Pillow==8.3.2
1616
Pygments==2.10.0
1717
python-logstash==0.4.6
1818
python-memcached==1.59

0 commit comments

Comments
 (0)