From f200e186b65e6ee5a75ecbb1425032995907d14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:52:36 +0000 Subject: [PATCH] Bump lxml from 4.5.2 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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.5.2...lxml-4.9.1) --- 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..fc8cbc0 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.9.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 4f38cf7..4bbd8ad 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.9.1' ], entry_points=''' [console_scripts]