From 935cf2a525081db3121ddbdd21b2e8cf409febf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:33:37 +0000 Subject: [PATCH 1/2] Bump weasyprint from 60.2 to 68.0 in /docs Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 60.2 to 68.0. - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v60.2...v68.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '68.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index dd157841..a2376088 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ mkdocs-material==9.* cffi==1.16.0 pytest-runner==6.0.1 -WeasyPrint==60.2 +WeasyPrint==68.0 pydyf==0.10.0 mkdocs-pdf-export-plugin==0.5.10 mkdocs-minify-plugin==0.8.0 From 1125d4df2f6ad3d2b357cf314ba255b2bdfc815a Mon Sep 17 00:00:00 2001 From: halx99 Date: Sat, 24 Jan 2026 18:27:47 +0800 Subject: [PATCH 2/2] Update pydyf version in requirements.txt Updated pydyf version from 0.10.0 to 0.11.0. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a2376088..9c94e7f8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ mkdocs-material==9.* cffi==1.16.0 pytest-runner==6.0.1 WeasyPrint==68.0 -pydyf==0.10.0 +pydyf==0.11.0 mkdocs-pdf-export-plugin==0.5.10 mkdocs-minify-plugin==0.8.0 mike>=2.0.0