From d26b04f761729ca8a8deb805d040847c15478821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:05:45 +0000 Subject: [PATCH 1/8] Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05fb2c0..daecaa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jieba==0.42.1 jsonpickle==3.0.2 Markdown==3.5 mysqlclient==2.2.0 -Pillow==10.0.1 +Pillow==10.2.0 Pygments==2.16.1 python-logstash==0.4.8 python-slugify==8.0.1 From e694bab86e0126b857dac155802c5852f566e005 Mon Sep 17 00:00:00 2001 From: Diego Saavedra Date: Thu, 25 Jan 2024 17:40:40 -0500 Subject: [PATCH 2/8] update 3.8 a 3.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618fcaf..370abb7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ๐ŸŒ *[English](/docs/README-en.md) โˆ™ [็ฎ€ไฝ“ไธญๆ–‡](README.md)* -ๅŸบไบŽ`python3.8`ๅ’Œ`Django4.0`็š„ๅšๅฎขใ€‚ +ๅŸบไบŽ`python3.9`ๅ’Œ`Django4.0`็š„ๅšๅฎขใ€‚ [![Django CI](https://github.com/liangliangyy/DjangoBlog/actions/workflows/django.yml/badge.svg)](https://github.com/liangliangyy/DjangoBlog/actions/workflows/django.yml) [![CodeQL](https://github.com/liangliangyy/DjangoBlog/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/liangliangyy/DjangoBlog/actions/workflows/codeql-analysis.yml) [![codecov](https://codecov.io/gh/liangliangyy/DjangoBlog/branch/master/graph/badge.svg)](https://codecov.io/gh/liangliangyy/DjangoBlog) [![license](https://img.shields.io/github/license/liangliangyy/djangoblog.svg)]() From 6177f3ce5f1128b8e1ee9da3ec9cbd04ab72b18d Mon Sep 17 00:00:00 2001 From: Diego Saavedra Date: Thu, 25 Jan 2024 19:14:22 -0500 Subject: [PATCH 3/8] update 3.9 a 3.10 in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370abb7..33319bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ๐ŸŒ *[English](/docs/README-en.md) โˆ™ [็ฎ€ไฝ“ไธญๆ–‡](README.md)* -ๅŸบไบŽ`python3.9`ๅ’Œ`Django4.0`็š„ๅšๅฎขใ€‚ +ๅŸบไบŽ`python3.10`ๅ’Œ`Django4.0`็š„ๅšๅฎขใ€‚ [![Django CI](https://github.com/liangliangyy/DjangoBlog/actions/workflows/django.yml/badge.svg)](https://github.com/liangliangyy/DjangoBlog/actions/workflows/django.yml) [![CodeQL](https://github.com/liangliangyy/DjangoBlog/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/liangliangyy/DjangoBlog/actions/workflows/codeql-analysis.yml) [![codecov](https://codecov.io/gh/liangliangyy/DjangoBlog/branch/master/graph/badge.svg)](https://codecov.io/gh/liangliangyy/DjangoBlog) [![license](https://img.shields.io/github/license/liangliangyy/djangoblog.svg)]() From 48811210f0acdc47fcb5ce65e6d2e7035648367b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:20:39 +0000 Subject: [PATCH 4/8] Bump django from 4.2.7 to 4.2.10 Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.10. - [Commits](https://github.com/django/django/compare/4.2.7...4.2.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daecaa1..22798e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==7.3.2 bleach==6.1.0 -Django==4.2.7 +Django==4.2.10 django-compressor==4.4 django-haystack==3.2.1 django-ipware==5.0.1 From bfbfafd930d46d8e6e2ba8a610b3f03a64061dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:54:53 +0000 Subject: [PATCH 5/8] Bump django from 4.2.10 to 4.2.11 Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22798e6..12c3885 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==7.3.2 bleach==6.1.0 -Django==4.2.10 +Django==4.2.11 django-compressor==4.4 django-haystack==3.2.1 django-ipware==5.0.1 From 0df92e454bc934ed7bb7754b1b650e364784c229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:20:57 +0000 Subject: [PATCH 6/8] Bump pillow from 10.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12c3885..1df9191 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jieba==0.42.1 jsonpickle==3.0.2 Markdown==3.5 mysqlclient==2.2.0 -Pillow==10.2.0 +Pillow==10.3.0 Pygments==2.16.1 python-logstash==0.4.8 python-slugify==8.0.1 From d7a7c02fc7414f28005fde58ccf5fd755ab6c9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:29:06 +0000 Subject: [PATCH 7/8] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1df9191..2bd1f6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ Pygments==2.16.1 python-logstash==0.4.8 python-slugify==8.0.1 pytz==2023.3.post1 -requests==2.31.0 +requests==2.32.0 WeRoBot==1.13.1 Whoosh==2.7.4 user-agents==2.2.0 From 711e2d113572abe6358efceae79d1398e726a997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:10:37 +0000 Subject: [PATCH 8/8] Bump django from 4.2.11 to 4.2.14 Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.14. - [Commits](https://github.com/django/django/compare/4.2.11...4.2.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bd1f6d..01b41da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==7.3.2 bleach==6.1.0 -Django==4.2.11 +Django==4.2.14 django-compressor==4.4 django-haystack==3.2.1 django-ipware==5.0.1