From 4e0363ffe460ae945018595ae454ee1890f98ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:27:32 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.3...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ccfd1cf..648b96e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,7 +32,7 @@ idna==3.4 ; python_version >= '3.5' isodate==0.6.1 isort==5.12.0 lazy-object-proxy==1.9.0 ; python_version >= '3.7' -lxml==4.6.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' mccabe==0.7.0 ; python_version >= '3.6' mypy-extensions==1.0.0 ; python_version >= '3.5' mysqlclient==2.1.1 diff --git a/requirements.txt b/requirements.txt index cb39ab3..68c5507 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-templated-email==3.0.1 django==4.1.7 idna==3.4 ; python_version >= '3.5' isodate==0.6.1 -lxml==4.6.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' mysqlclient==2.1.1 oauthlib==3.2.2 ; python_version >= '3.6' platformdirs==3.0.0 ; python_version >= '3.7'