From f805d54d3e42c0c99c82609d60e5f69858c960da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:08:49 +0000 Subject: [PATCH] Bump lxml-html-clean from 0.1.0 to 0.4.0 in /pccommon Bumps [lxml-html-clean](https://github.com/fedora-python/lxml_html_clean) from 0.1.0 to 0.4.0. - [Changelog](https://github.com/fedora-python/lxml_html_clean/blob/main/CHANGES.rst) - [Commits](https://github.com/fedora-python/lxml_html_clean/compare/0.1.0...0.4.0) --- updated-dependencies: - dependency-name: lxml-html-clean dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pccommon/requirements.txt | 2 +- pccommon/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pccommon/requirements.txt b/pccommon/requirements.txt index e1832b0b..1e6404f2 100644 --- a/pccommon/requirements.txt +++ b/pccommon/requirements.txt @@ -68,7 +68,7 @@ lxml==5.2.2 # via # html-sanitizer # lxml-html-clean -lxml-html-clean==0.1.0 +lxml-html-clean==0.4.0 # via # html-sanitizer # pccommon (pccommon/setup.py) diff --git a/pccommon/setup.py b/pccommon/setup.py index 66e771f0..2716f92b 100644 --- a/pccommon/setup.py +++ b/pccommon/setup.py @@ -22,7 +22,7 @@ "idna>=3.7.0", "html-sanitizer==2.4.4", # Soon available as lxml[html_clean] - "lxml_html_clean==0.1.0", + "lxml_html_clean==0.4.0", "urllib3>=2.2.2", ]