From 56aae728206801d3947330e9acda5fb4a1361859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:06:47 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.9.1 in /python3/selenium Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 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.2...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3/selenium/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/selenium/requirements.txt b/python3/selenium/requirements.txt index 7d59e8b..d3e4e7f 100644 --- a/python3/selenium/requirements.txt +++ b/python3/selenium/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.9.3 chromedriver-binary-auto==0.1 -lxml==4.6.2 +lxml==4.9.1 selenium==3.141.0 soupsieve==2.1 urllib3==1.26.2