From 3845e6418828956eb0b484dc3b683fa37d7dcbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:56:01 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.6.5 in /python3/selenium Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 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.6.2...lxml-4.6.5) --- 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..647283e 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.6.5 selenium==3.141.0 soupsieve==2.1 urllib3==1.26.2