diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-07 07:51:24 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-07 21:16:21 +0200 |
commit | 535c6ea39c457a1449f201bf6c29818b5facd4ec (patch) | |
tree | df1d152c0caf739ed02dea8c5bbecb261f9d04b3 /requirements.txt | |
parent | 6ece9412eb3da3698145d31ba5fc920344cb2fd6 (diff) | |
download | searxng-535c6ea39c457a1449f201bf6c29818b5facd4ec.tar.gz searxng-535c6ea39c457a1449f201bf6c29818b5facd4ec.zip |
Bump lxml from 4.9.2 to 4.9.3
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3.
- [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.2...lxml-4.9.3)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 bdb807e73..54e96c3a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.12.1 flask-babel==3.1.0 flask==2.3.2 jinja2==3.1.2 -lxml==4.9.2 +lxml==4.9.3 pygments==2.15.1 python-dateutil==2.8.2 pyyaml==6.0 |