From 924ec6aae717bc3ea85a86da4aef23489788d74a Mon Sep 17 00:00:00 2001 From: Zerthick Date: Tue, 21 Jul 2026 21:41:38 -0700 Subject: [PATCH] chore: update mkdocs-rss-plugin fork to latest commit with tests and improved fix - Fork now includes test suite for RSS validation compliance - Double-encoding fix moved from template to Python (html_module.unescape) - Cleaner solution: unescape at source, let Jinja |e do single escape --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 7429580..c72644f 100644 --- a/uv.lock +++ b/uv.lock @@ -582,8 +582,8 @@ wheels = [ [[package]] name = "mkdocs-rss-plugin" -version = "1.19.1.dev19" -source = { git = "https://github.com/Zerthick/mkdocs-rss-plugin.git?rev=fix%2Frss-validation-errors#100f2768060ae6963086b79f8480684fd1a7bea0" } +version = "1.19.1.dev20" +source = { git = "https://github.com/Zerthick/mkdocs-rss-plugin.git?rev=fix%2Frss-validation-errors#4b1c11cbdd7a207ea483636ed31f09964a203014" } dependencies = [ { name = "cachecontrol", extra = ["filecache"] }, { name = "gitpython" },