diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-06 19:40:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 19:40:20 +0000 |
commit | e8b78300c85de277684bd9930211d0b44b15be98 (patch) | |
tree | 167aca6a162ae781abc26bb3edfa5e380cb17ccd | |
parent | 544b5dd50c35828f20f5381358c0d21cc21c73db (diff) |
Bump lxml from 4.6.5 to 4.9.1dependabot/pip/lxml-4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 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.6.5...lxml-4.9.1)
---
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 4672280..0d30560 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.5 +lxml==4.9.1 |