From 2a9db54e18c857f1749226eecd5090f08a0cdb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:32:25 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /services/pdf Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- services/pdf/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/pdf/requirements.txt b/services/pdf/requirements.txt index 7c9f5e204..21cf910da 100644 --- a/services/pdf/requirements.txt +++ b/services/pdf/requirements.txt @@ -15,12 +15,10 @@ charset-normalizer==3.3.2 cssselect2==0.7.0 # via weasyprint fonttools[woff]==4.47.2 - # via - # fonttools - # weasyprint + # via weasyprint html5lib==1.1 # via weasyprint -idna==3.6 +idna==3.7 # via requests pillow==10.2.0 # via weasyprint