From 45a4b95ac06ed1836b695d0a61f0678b03f5c78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:42:26 +0000 Subject: [PATCH] Bump lxml from 3.6.4 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 3.6.4 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-3.6.4...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a570b7f..b1f19f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ nose==1.3.7 -lxml==3.6.4 +lxml==6.1.0 clint==0.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 5af3ff8..345cac4 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ packages=['jsuite'], install_requires=[ - 'lxml==3.6.4', + 'lxml==6.1.0', 'clint==0.5.1' ],