summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-28 15:31:27 +0200
committerGitHub <noreply@github.com>2025-06-28 15:31:27 +0200
commitdf76647c52b56101f152c5dec7c1d08f1732ceb7 (patch)
treecc86921471fdebb880edf43aaf273d3b9dc0c87b
parent467536cc2dc37e34168b94aed71d8ad394aa6273 (diff)
[upd] pypi: Bump lxml from 5.4.0 to 6.0.0 (#4948)
* [upd] pypi: Bump lxml from 5.4.0 to 6.0.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.0. - [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-5.4.0...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [enh] container: remove unneeded dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
-rw-r--r--container/base-builder.yml4
-rw-r--r--container/base.yml2
-rw-r--r--requirements.txt2
3 files changed, 1 insertions, 7 deletions
diff --git a/container/base-builder.yml b/container/base-builder.yml
index 17086116b..d6566f790 100644
--- a/container/base-builder.yml
+++ b/container/base-builder.yml
@@ -8,10 +8,6 @@ contents:
- python3-dev
- py3-pip
- brotli
- # lxml (armv7)
- - libxml2-dev
- - libxslt-dev
- - zlib-dev
# uwsgi
- libffi-dev
diff --git a/container/base.yml b/container/base.yml
index 49341d18e..e0a3d9d07 100644
--- a/container/base.yml
+++ b/container/base.yml
@@ -8,8 +8,6 @@ contents:
- python3
# healthcheck
- wget
- # lxml (armv7)
- - libxslt
# uwsgi
- libxml2
- mailcap
diff --git a/requirements.txt b/requirements.txt
index 1b813e1ea..f6601748b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ babel==2.17.0
flask-babel==4.0.0
flask==3.1.1
jinja2==3.1.6
-lxml==5.4.0
+lxml==6.0.0
pygments==2.19.2
python-dateutil==2.9.0.post0
pyyaml==6.0.2