We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949bbb1 + ceeac68 commit 5774379Copy full SHA for 5774379
.github/workflows/codeql-analysis.yml
@@ -21,6 +21,7 @@ on:
21
- '**/*.css'
22
- '**/*.js'
23
- '**/*.yml'
24
+ - '**/*.txt'
25
pull_request:
26
# The branches below must be a subset of the branches above
27
branches:
@@ -31,6 +32,7 @@ on:
31
32
33
34
35
36
schedule:
37
- cron: '33 6 * * 0'
38
requirements.txt
@@ -1,5 +1,5 @@
1
coverage==5.5
2
-Django==3.2.6
+Django==3.2.7
3
django-compressor==2.4.1
4
django-haystack==3.1.1
5
django-ipware==4.0.0
@@ -12,7 +12,7 @@ jieba==0.42.1
12
jsonpickle==2.0.0
13
mistune==0.8.4
14
mysqlclient==2.0.3
15
-Pillow==8.3.1
+Pillow==8.3.2
16
Pygments==2.10.0
17
python-logstash==0.4.6
18
python-memcached==1.59
0 commit comments