From 576acf03f9420be44c9381d7c91bd609a4c38d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:45:57 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 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.1...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plot_coverage/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plot_coverage/requirements.txt b/plot_coverage/requirements.txt index 970f0f6..47d24d8 100644 --- a/plot_coverage/requirements.txt +++ b/plot_coverage/requirements.txt @@ -3,4 +3,4 @@ click==7.1.2 html5lib==1.1 pandas==1.0.5 plotly==4.8.1 -lxml==4.5.1 +lxml==4.9.1 diff --git a/setup.py b/setup.py index 98d86b1..99ca213 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['Click>=7.0', 'beautifulsoup4==4.9.1', 'html5lib==1.1', 'pandas==1.0.5', 'plotly==4.8.1', 'lxml==4.5.1'] +requirements = ['Click>=7.0', 'beautifulsoup4==4.9.1', 'html5lib==1.1', 'pandas==1.0.5', 'plotly==4.8.1', 'lxml==4.9.1'] setup_requirements = ['pytest-runner', ]