diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-18 07:07:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 07:07:18 +0000 |
commit | 72b0b84743db5b1d9888bfeb2a440317155c181f (patch) | |
tree | eb7eed61515b6b7d70ab6476d646ca42d75d0527 /requirements.txt | |
parent | 288e3086d2a67aaee45576f13b032f31ab782b45 (diff) | |
download | searxng-72b0b84743db5b1d9888bfeb2a440317155c181f.tar.gz searxng-72b0b84743db5b1d9888bfeb2a440317155c181f.zip |
Bump lxml from 4.7.1 to 4.8.0
Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.8.0.
- [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.7.1...lxml-4.8.0)
---
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 0f9f03d12..74d80b842 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.7.1 +lxml==4.8.0 pygments==2.11.2 python-dateutil==2.8.2 pyyaml==6.0 |