From f80a8c67fdcf0850c8d8310679ed40adcf187284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:45:34 +0000 Subject: [PATCH] Bump lxml from 4.5.2 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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.5.2...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ddb3031..9682c39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ selenium==3.141.0 sheetfu==1.5.3 click==7.0 python-dateutil==2.8.1 -lxml==4.5.2 \ No newline at end of file +lxml==4.6.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 4f38cf7..adfd1a2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ version='0.1', py_modules=['linkedin'], install_requires=[ - 'selenium==3.141.0', 'sheetfu==1.5.3', 'click==7.0', 'python-dateutil==2.8.1', 'lxml==4.5.2' + 'selenium==3.141.0', 'sheetfu==1.5.3', 'click==7.0', 'python-dateutil==2.8.1', 'lxml==4.6.5' ], entry_points=''' [console_scripts]