From 5ea51f606b2572ca8c0494e79fa5f6f992a1ef46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:55:56 +0000 Subject: [PATCH] Bump lxml from 5.0.0 to 6.1.0 in /docker/jupyter Bumps [lxml](https://github.com/lxml/lxml) from 5.0.0 to 6.1.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.0.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/jupyter/requirements.txt b/docker/jupyter/requirements.txt index f77a9db..b55d3c9 100644 --- a/docker/jupyter/requirements.txt +++ b/docker/jupyter/requirements.txt @@ -4,4 +4,4 @@ numpy==1.26.2 pandas==2.1.4 protobuf==4.25.1 scipy==1.11.4 -lxml==5.0.0 \ No newline at end of file +lxml==6.1.0 \ No newline at end of file