diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-17 07:03:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 07:03:43 +0000 |
commit | 3c156a4a9e67605d1032ae15c9ab32d053ac2367 (patch) | |
tree | 0c17b822543a624e1566286a36652b71b4eea0fa /requirements.txt | |
parent | c82c70852860d69be347a86558281487ea5c6bbb (diff) | |
download | searxng-3c156a4a9e67605d1032ae15c9ab32d053ac2367.tar.gz searxng-3c156a4a9e67605d1032ae15c9ab32d053ac2367.zip |
Bump lxml from 4.6.5 to 4.7.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.7.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.7.1)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1a16458a2..189630dbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.9.1 flask-babel==2.0.0 flask==2.0.2 jinja2==3.0.3 -lxml==4.6.5 +lxml==4.7.1 pygments==2.10.0 python-dateutil==2.8.2 pyyaml==6.0 |