From f6c9314d98e32167ccf2bda2eb8682e6d3c3957f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:13 +0000 Subject: [PATCH] deps: update lxml requirement from >=4.9.0 to >=4.9.4 in /config Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.0...lxml-4.9.4) --- updated-dependencies: - dependency-name: lxml dependency-version: 4.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..77d3a70 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -4,7 +4,7 @@ minify-html>=0.18.0 cssmin>=0.2.0 rjsmin>=1.2.2 Pillow>=10.0.0 -lxml>=4.9.0 +lxml>=4.9.4 urllib3>=2.0.0 python-dotenv>=1.0.0