diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-13 19:45:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 19:45:34 +0000 |
commit | 6a3db1c38147313726fa1237c3157eeb424416c9 (patch) | |
tree | 1c207e1b08621ed38259008f9c34ad929d6e319a | |
parent | 592105b9ee6a9c6f3d9bd7358bc5ab18f8ded0c8 (diff) |
Bump lxml from 4.6.3 to 4.6.5dependabot/pip/lxml-4.6.5
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.6.3...lxml-4.6.5)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
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 8eaf7a8..4672280 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.3 +lxml==4.6.5 |