From dd52255daf9ca486a43bc634ed5076f900986db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:36:34 +0000 Subject: [PATCH] Bump lxml from 4.5.0 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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-4.5.0...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 96e9f93..778d54e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pydocstyle==5.0.2 virtualenv==16.7.9 coverage==5.0.3 sphinx==2.3.1 -lxml==4.5.0 +lxml==4.9.1 sh==1.12.14 gitchangelog==3.0.4 bumpversion==0.5.3 diff --git a/requirements.txt b/requirements.txt index f2bc1ad..959f017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ sh==1.12.14 -lxml==4.5.0 \ No newline at end of file +lxml==4.9.1 \ No newline at end of file