diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-07 22:23:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 22:23:09 +0000 |
commit | 32a7885ec62fcaad3b7a33675bdd03abc7c2ca6f (patch) | |
tree | d5835c647257a47ae0fd079554ef22e48b9915c1 | |
parent | 273432ec906586148aa2b348a625f08eb7aea65a (diff) |
Bump lxml from 4.1.1 to 4.6.2dependabot/pip/lxml-4.6.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 to 4.6.2.
- [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.1.1...lxml-4.6.2)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1caa4f0..28bc9dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.20.0 beautifulsoup4==4.6 cached-property==1.3.1 -lxml==4.1.1 +lxml==4.6.2 |