From adc646e0e22e9bb2d252b708d340ee6b9dae7a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:04:40 +0000 Subject: [PATCH 1/2] chore(deps): Bump rst2pdf from 0.103.1 to 0.104 Bumps [rst2pdf](https://github.com/rst2pdf/rst2pdf) from 0.103.1 to 0.104. - [Release notes](https://github.com/rst2pdf/rst2pdf/releases) - [Changelog](https://github.com/rst2pdf/rst2pdf/blob/main/CHANGES.rst) - [Commits](https://github.com/rst2pdf/rst2pdf/compare/0.103.1...0.104) --- updated-dependencies: - dependency-name: rst2pdf dependency-version: '0.104' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f2195e8f7d..9045fe3c9eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Pygments==2.19.2 PyYAML==6.0.3 reportlab==4.4.9 requests==2.32.5 -rst2pdf==0.103.1 +rst2pdf==0.104 smartypants==2.0.2 snowballstemmer==3.0.1 Sphinx==8.1.3 From 38f396a5e8a2df7f6f938e9c0a18d3b97c1f150d Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 28 Jan 2026 12:30:43 +0100 Subject: [PATCH 2/2] chore: align `packaging` dependency Signed-off-by: Ferdinand Thiessen --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9045fe3c9eb..cb972228148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ imagesize==1.4.1 importlib-metadata==8.7.1 Jinja2==3.1.6 MarkupSafe==3.0.3 -packaging==24.2 +packaging==25.0 Pillow==12.1.0 Pygments==2.19.2 PyYAML==6.0.3