diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-12-17 08:18:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-17 08:18:59 +0100 |
| commit | 876968d462512fbd37a6b44e77d382dd84e5d565 (patch) | |
| tree | 0c17b822543a624e1566286a36652b71b4eea0fa | |
| parent | c82c70852860d69be347a86558281487ea5c6bbb (diff) | |
| parent | 3c156a4a9e67605d1032ae15c9ab32d053ac2367 (diff) | |
Merge pull request #606 from searxng/dependabot/pip/master/lxml-4.7.1
Bump lxml from 4.6.5 to 4.7.1
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1a16458a2..189630dbd 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.6.5 +lxml==4.7.1 pygments==2.10.0 python-dateutil==2.8.2 pyyaml==6.0 |