diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-05 07:56:44 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-06 16:26:05 +0100 |
commit | 2f7c800f6fd01d73f087d0c8bd85d657df32e49c (patch) | |
tree | b60c07ae9cf4c7f55b5854ebd82f9914f80bdae6 /requirements.txt | |
parent | 55568051d49132efb36f7b3ed5d5a61d39751461 (diff) | |
download | searxng-2f7c800f6fd01d73f087d0c8bd85d657df32e49c.tar.gz searxng-2f7c800f6fd01d73f087d0c8bd85d657df32e49c.zip |
Bump lxml from 4.9.4 to 5.0.0
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.0.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.9.4...lxml-5.0.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-major
...
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 c95def6b1..185dfabc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.14.0 flask-babel==4.0.0 flask==3.0.0 jinja2==3.1.2 -lxml==4.9.4 +lxml==5.0.0 pygments==2.17.2 python-dateutil==2.8.2 pyyaml==6.0.1 |