diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-12 08:31:01 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-12 10:28:26 +0100 |
commit | a19028bd904c05bfa7c2733478e0b0972be435a1 (patch) | |
tree | ae110ec4aa2bdd53b16a7c7f78d79540f281eda6 /requirements.txt | |
parent | 065e95cd053791e6e94bcfb794e63705003706a9 (diff) | |
download | searxng-a19028bd904c05bfa7c2733478e0b0972be435a1.tar.gz searxng-a19028bd904c05bfa7c2733478e0b0972be435a1.zip |
Bump lxml from 5.0.0 to 5.1.0
Bumps [lxml](https://github.com/lxml/lxml) from 5.0.0 to 5.1.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-5.0.0...lxml-5.1.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 1f4beb8ae..15756d515 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.3 -lxml==5.0.0 +lxml==5.1.0 pygments==2.17.2 python-dateutil==2.8.2 pyyaml==6.0.1 |