From 0e505df7f16f87ab5716fde1bbfe3aa60643fc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:56:13 +0000 Subject: [PATCH 01/12] Bump libsass from 0.22.0 to 0.23.0 Bumps [libsass](https://github.com/sass/libsass) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/sass/libsass/releases) - [Commits](https://github.com/sass/libsass/commits) --- updated-dependencies: - dependency-name: libsass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 25d4fc38..5d5c6b60 100644 --- a/requirements.in +++ b/requirements.in @@ -34,7 +34,7 @@ google-cloud-storage==2.14.0 gunicorn==21.2.0 iso3166==2.1.1 jsonfield==3.1.0 -libsass==0.22.0 +libsass==0.23.0 micawber==0.5.5 # django-pagedown, djangocms-text-ckeditor and easy-thumbnails use it but don't specify the version # this is a secure version diff --git a/requirements.txt b/requirements.txt index d5142371..3408492f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -141,7 +141,7 @@ iso3166==2.1.1 # via -r requirements.in jsonfield==3.1.0 # via -r requirements.in -libsass==0.22.0 +libsass==0.23.0 # via -r requirements.in lxml==4.6.5 # via svglib From 2349dbede750123a8d2a326933679b498f83c8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:57:26 +0000 Subject: [PATCH 02/12] Bump flake8 from 6.1.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.dev.in | 2 +- requirements.dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.dev.in b/requirements.dev.in index fb4c2a1d..ddd41ccc 100644 --- a/requirements.dev.in +++ b/requirements.dev.in @@ -4,6 +4,6 @@ -c requirements.txt pip-tools==7.3.0 -flake8==6.1.0 +flake8==7.0.0 django-webtest==1.9.11 coverage==7.4.0 diff --git a/requirements.dev.txt b/requirements.dev.txt index 7a54c347..ed3e564a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -16,7 +16,7 @@ coverage==7.4.0 # via -r requirements.dev.in django-webtest==1.9.11 # via -r requirements.dev.in -flake8==6.1.0 +flake8==7.0.0 # via -r requirements.dev.in mccabe==0.7.0 # via flake8 @@ -28,7 +28,7 @@ pip-tools==7.3.0 # via -r requirements.dev.in pycodestyle==2.11.0 # via flake8 -pyflakes==3.1.0 +pyflakes==3.2.0 # via flake8 pyparsing==3.0.9 # via From 82a2a1937edeef00a77d05a700ba536272618495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:23:22 +0000 Subject: [PATCH 03/12] Bump beautifulsoup4 from 4.12.2 to 4.12.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 7a54c347..1d99bb7d 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.dev.in # -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 # via # -c requirements.txt # webtest diff --git a/requirements.in b/requirements.in index 25d4fc38..f02de07a 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ # Maintain the alphabetical order # Use pip list -o to check for outdated packages -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 cssmin==0.2.0 Django==4.2.3 diff --git a/requirements.txt b/requirements.txt index d5142371..0e55fb8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.7.2 # via # django # django-countries -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 # via -r requirements.in cachetools==4.2.4 # via google-auth From 06a81734ea83d23ea685234793ac786ba00bf41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:24:25 +0000 Subject: [PATCH 04/12] Bump django-mptt from 0.15.0 to 0.16.0 Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/django-mptt/django-mptt/releases) - [Changelog](https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/django-mptt/django-mptt/compare/0.15...0.16) --- updated-dependencies: - dependency-name: django-mptt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 25d4fc38..e981731a 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ django-environ==0.11.2 django-haystack==3.2.1 django-filer==3.1.1 django-markdown-deux==1.0.6 -django-mptt==0.15.0 +django-mptt==0.16.0 django-pagedown==2.2.1 django-reversion==5.0.10 django-sekizai==4.1.0 diff --git a/requirements.txt b/requirements.txt index d5142371..6b907143 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ django-js-asset==1.2.2 # via django-mptt django-markdown-deux==1.0.6 # via -r requirements.in -django-mptt==0.15.0 +django-mptt==0.16.0 # via -r requirements.in django-pagedown==2.2.1 # via -r requirements.in From 254a6cd25b748bd2347bc9938138c244577b0ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:44:32 +0000 Subject: [PATCH 05/12] Bump django-reversion from 5.0.10 to 5.0.12 Bumps [django-reversion](https://github.com/etianen/django-reversion) from 5.0.10 to 5.0.12. - [Release notes](https://github.com/etianen/django-reversion/releases) - [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst) - [Commits](https://github.com/etianen/django-reversion/compare/v5.0.10...v5.0.12) --- updated-dependencies: - dependency-name: django-reversion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 25d4fc38..6838b52e 100644 --- a/requirements.in +++ b/requirements.in @@ -16,7 +16,7 @@ django-filer==3.1.1 django-markdown-deux==1.0.6 django-mptt==0.15.0 django-pagedown==2.2.1 -django-reversion==5.0.10 +django-reversion==5.0.12 django-sekizai==4.1.0 django-storages==1.14.2 django-treebeard==4.7 diff --git a/requirements.txt b/requirements.txt index d5142371..bbfe385a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ django-polymorphic==3.0.0 # via django-filer django-ranged-response==0.2.0 # via django-simple-captcha -django-reversion==5.0.10 +django-reversion==5.0.12 # via -r requirements.in django-sekizai==4.1.0 # via From 1974236c7aec777549ce0707c29ff801f7800b49 Mon Sep 17 00:00:00 2001 From: Lucas Pretti Date: Wed, 21 Feb 2024 18:35:38 +0100 Subject: [PATCH 06/12] Replace Newsletter link with Github link Plus add _blank attribute to social links. --- templates/includes/footer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/includes/footer.html b/templates/includes/footer.html index 5797ea5e..8eee7e12 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -24,11 +24,11 @@