diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4c6169df..b872d073 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,6 +21,7 @@ on: - '**/*.css' - '**/*.js' - '**/*.yml' + - '**/*.txt' pull_request: # The branches below must be a subset of the branches above branches: @@ -31,6 +32,7 @@ on: - '**/*.css' - '**/*.js' - '**/*.yml' + - '**/*.txt' schedule: - cron: '33 6 * * 0' diff --git a/requirements.txt b/requirements.txt index 476f4842..d1f77d7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ coverage==5.5 -Django==3.2.6 +Django==3.2.7 django-compressor==2.4.1 django-haystack==3.1.1 django-ipware==4.0.0 @@ -12,7 +12,7 @@ jieba==0.42.1 jsonpickle==2.0.0 mistune==0.8.4 mysqlclient==2.0.3 -Pillow==8.3.1 +Pillow==8.3.2 Pygments==2.10.0 python-logstash==0.4.6 python-memcached==1.59