From c42556431d7473c3c521e3de3aa2d2588397cdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:33:41 +0000 Subject: [PATCH] Bump lxml from 3.8.0 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 3.8.0 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-3.8.0...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 d5f5fbd..fea4b26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flake8==2.4.0 django-crequest==2018.5.11 -lxml==3.8.0 +lxml==4.9.1 diff --git a/setup.py b/setup.py index e8e411b..1bb9ede 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def package_data(pkg, root_list): install_requires=[ 'XBlock==1.2.9', 'django-crequest', - 'lxml==3.8.0', + 'lxml==4.9.1', 'web-fragments==0.2.2', ], dependency_links=[