From 5d667465e9e6f8532ac03c3b273d5256e16b6930 Mon Sep 17 00:00:00 2001 From: KeilanONS <143808497+KeilanEvans@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:56:23 +0100 Subject: [PATCH 1/2] Updates pygments version Patches security vulnerability --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9b22e2a..6f32b87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = paginate==0.5.6 pathspec==0.12.1 platformdirs==4.2.2 - Pygments==2.18.0 + Pygments==2.20.0 pymdown-extensions==10.16.1 python-dateutil==2.9.0.post0 PyYAML==6.0.1 @@ -81,4 +81,4 @@ ons_mkdocs_theme = [options.entry_points] mkdocs.themes = - ons_mkdocs_theme = ons_mkdocs_theme \ No newline at end of file + ons_mkdocs_theme = ons_mkdocs_theme From 8e882fc6e3c2d4d2e3b80a7900518901fc896189 Mon Sep 17 00:00:00 2001 From: KeilanONS <143808497+KeilanEvans@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:58:07 +0100 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f32b87..b3ac3df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ons_mkdocs_theme -version = 1.2.6 +version = 1.2.7 author = Keilan Evans, ONS author_email = Keilan.Evans@ons.gov.uk description = An ONS MkDocs Theme based on Material for MkDocs for creating documentation websites