diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-03 08:48:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 08:48:44 +0000 |
commit | 89c6877b2daa0b90985f52fd2ea4bf85c36359bb (patch) | |
tree | c759f9e1967a7b61ae6437dd08d78f43e08e9c48 | |
parent | 4f135202f6e5642d5ff69ea1b8cf269d78908b7e (diff) | |
download | searxng-89c6877b2daa0b90985f52fd2ea4bf85c36359bb.tar.gz searxng-89c6877b2daa0b90985f52fd2ea4bf85c36359bb.zip |
Bump lxml from 4.8.0 to 4.9.0
Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.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.8.0...lxml-4.9.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 ff5d766e4..8bb516e52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.10.1 flask-babel==2.0.0 flask==2.1.2 jinja2==3.1.2 -lxml==4.8.0 +lxml==4.9.0 pygments==2.12.0 python-dateutil==2.8.2 pyyaml==6.0 |