From cf82f49606248deaf33be9b2d538c9e9dddc5c05 Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Tue, 7 Sep 2021 16:34:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 476f484..d1f77d7 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 From ceeac686c48d50b3043dd8f2b317fc3d0556c66f Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Tue, 7 Sep 2021 16:37:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=BF=BD=E7=95=A5txt=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4c6169d..b872d07 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'