From d40bb583d1cf080babe99d82b832148e66c6f0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:54:43 +0000 Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. - [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-4.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml 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 89db3630..0c9e5a54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mistune==0.8.1 polib==1.0.3 pyparsing==2.2.0 six -lxml==4.6.5 +lxml==4.9.1 beautifulsoup4==4.9.3 # InDesign diff --git a/setup.py b/setup.py index f4383ebf..a6de3b92 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "mistune==0.8.1", "PyYAML==5.4.1", "pyparsing==2.2.0", - "lxml==4.6.5", + "lxml==4.9.1", "beautifulsoup4==4.9.3", "ucflib @ git+https://github.com/kbairak/ucflib.git@py3_compatibility#egg=ucflib-0.2.1", # noqa ]