From f7c4932a58d08d8e60109c263addf2bf680cacb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 06:37:53 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 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.2...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 12035ac0..ab4b1b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mistune==0.7.3 polib==1.0.3 pyparsing==2.2.0 six -lxml==4.6.2 +lxml==4.9.1 beautifulsoup4==4.9.3 # InDesign diff --git a/setup.py b/setup.py index 391c83d0..4e377dc0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "mistune==0.7.3", "PyYAML==5.4.1", "pyparsing==2.2.0", - "lxml==4.6.2", + "lxml==4.9.1", "beautifulsoup4==4.9.3", "ucflib @ git+https://github.com/kbairak/ucflib.git@py3_compatibility#egg=ucflib-0.2.1", # noqa ]