From 9bca2784c2ffe4ccebc06d2954aa7794489f0259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:43:06 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.6.5. - [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.6.5) --- 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..a058879 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.6.5 diff --git a/setup.py b/setup.py index 98d86b1..1c2ba72 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.6.5'] setup_requirements = ['pytest-runner', ]