From 432dfa9e86e495c656e8fbbadd8ff98ba682daf6 Mon Sep 17 00:00:00 2001 From: Igor Santos <532299+igorsantos07@users.noreply.github.com> Date: Tue, 24 Dec 2024 02:28:21 -0300 Subject: [PATCH 1/2] Update system.html: Django Recipes > Tandoor --- cookbook/templates/system.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/templates/system.html b/cookbook/templates/system.html index e3b7d2024..8f7d83910 100644 --- a/cookbook/templates/system.html +++ b/cookbook/templates/system.html @@ -12,9 +12,9 @@

{% trans 'System' %}

{% blocktrans %} - Django Recipes is an open source free software application. It can be found on - GitHub. - Changelogs can be found here. + Tandoor Recipes is an open source free software application. It can be found on + GitHub. + Changelogs can be found here. {% endblocktrans %}

{% trans 'System Information' %}

From 2a5c0bb74023c9f680d5b75557b4937386fc20ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 07:25:33 +0000 Subject: [PATCH 2/2] Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 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 53cfa3a46..39c18c618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ uritemplate==4.1.1 beautifulsoup4==4.12.3 microdata==0.8.0 mock==5.1.0 -Jinja2==3.1.4 +Jinja2==3.1.5 django-webpack-loader==3.0.1 git+https://github.com/BITSOLVER/django-js-reverse@071e304fd600107bc64bbde6f2491f1fe049ec82 django-allauth==0.61.1