From dc56696d39f643431584f1c5eb2735a82207456c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:17:20 +0000 Subject: [PATCH 1/9] Bump pyyaml from 5.4 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-prd.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prd.txt b/requirements-prd.txt index d258725f3..beb8e5e23 100644 --- a/requirements-prd.txt +++ b/requirements-prd.txt @@ -10,7 +10,7 @@ django-phonenumber-field==2.0.0 phonenumbers==8.12.9 beautifulsoup4==4.8.2 feedparser==6.0.1 -pyyaml==5.4 +pyyaml==6.0.1 ua-parser==0.10.0 user-agents==2.2.0 django-user_agents==0.4.0 diff --git a/requirements.txt b/requirements.txt index 2b820d89d..b241b9700 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-phonenumber-field==2.0.0 phonenumbers==8.12.9 beautifulsoup4==4.8.2 feedparser==6.0.1 -pyyaml==5.4 +pyyaml==6.0.1 ua-parser==0.10.0 user-agents==2.2.0 django-user_agents==0.4.0 From 95b320c9f82e6786b276314ae3208e4385cce71e Mon Sep 17 00:00:00 2001 From: tubbdoose Date: Fri, 29 Sep 2023 01:59:37 +0000 Subject: [PATCH 2/9] Changed byline in author_pinned --- article/templates/article/objects/author_pinned.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/article/templates/article/objects/author_pinned.html b/article/templates/article/objects/author_pinned.html index 29c1b5f54..48d2b7cd0 100644 --- a/article/templates/article/objects/author_pinned.html +++ b/article/templates/article/objects/author_pinned.html @@ -1,6 +1,8 @@ {% load video_filters %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} +{% load articletags %} + {% load humanize %}