diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-27 10:52:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 10:52:12 +0000 |
commit | 67c05bffc04b4d7ec0bdfc40507cf9ce9b736af3 (patch) | |
tree | c164926811ff0ddefe6b93be55f6f8f69760bfee | |
parent | 26e1e3b81fdd686811fe9381d6275b5f98e84b3e (diff) |
Bump lxml from 4.6.2 to 4.6.3dependabot/pip/lxml-4.6.3
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)
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 28bc9dc..8eaf7a8 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.6.2 +lxml==4.6.3 |