From 6b5251e8cc5e1123e25506259b3d487f3c8aab08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 05:07:03 +0000 Subject: [PATCH] Bump lxml from 4.6.2 to 4.6.3 in /python3/selenium Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [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.3) --- 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..9bc31dc 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.3 selenium==3.141.0 soupsieve==2.1 urllib3==1.26.2