From 1838c6a4d8869376f387ef50f58030e8381ee995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:40:07 +0200 Subject: [PATCH] Bump lxml from 5.1.1 to 5.2.0 (#129) Bumps [lxml](https://github.com/lxml/lxml) from 5.1.1 to 5.2.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.1.1...lxml-5.2.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7aa76ca..c8c2456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jproperties==2.1.1 lazy-object-proxy==1.10.0; python_version > '3.6' lazy-object-proxy==1.7.1; python_version <= '3.6' luhn==0.2.0 -lxml==5.1.1 +lxml==5.2.0 pyyaml==6.0.1 six==1.16.0 soupsieve==2.5; python_version > '3.6'