diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-05 09:53:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 09:53:46 +0100 |
| commit | 302e2694d04cd003ffd5469b6870c5d79c894188 (patch) | |
| tree | 2b3591d13c0060518af60571385525e58225fb6e | |
| parent | ac76d94c679431fe98d43caeb6dd9d792aa1bf93 (diff) | |
| parent | e8014d39ceef6ebe60120a76e055f11b60c5f010 (diff) | |
Merge pull request #477 from searxng/dependabot/pip/master/lxml-4.6.4
Bump lxml from 4.6.3 to 4.6.4
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 927bbf7b3..12800d885 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.2 -lxml==4.6.3 +lxml==4.6.4 pygments==2.10.0 python-dateutil==2.8.2 pyyaml==6.0 |