diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-12-13 21:48:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 21:48:19 +0100 |
| commit | 5c7167cd5af2c18826595bfff877766dab4b44ca (patch) | |
| tree | 3ef0c5e286055a0639815172cd2b3f2f3e9814e1 | |
| parent | 9fc27088ef9cbbbc09b07a1b60cc78b469b1d0f3 (diff) | |
| parent | 2d7bc7d72e796b77926921b2683a314d8cb9ec28 (diff) | |
Merge pull request #599 from searxng/dependabot/pip/lxml-4.6.5
Bump lxml from 4.6.4 to 4.6.5
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2dfa37922..1a16458a2 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.4 +lxml==4.6.5 pygments==2.10.0 python-dateutil==2.8.2 pyyaml==6.0 |