From b9166686b45096f046d61063a467ccec0b974808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:01:27 +0000 Subject: [PATCH] chore(deps): bump lxml from 5.3.0 to 6.0.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.0 to 6.0.2. - [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.3.0...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 218aa396..73d58a5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ requests==2.32.5 pyIsEmail==2.0.1 GitPython==3.1.45 xmltodict==0.13.0 -lxml==5.3.0 +lxml==6.0.2 pytz==2025.2 tzlocal==5.3.1 markdown2==2.5.4