diff options
author | Alexandre Flament <alex@al-f.net> | 2021-07-16 15:58:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 15:58:33 +0200 |
commit | 401f7d38f66b2b583e8d21f4ed07a11955659ff3 (patch) | |
tree | c8bf238cef817e2b8e26e46e36c6f5c8687052c8 | |
parent | 8237cb557e1d4a59e9c64128f50cc95ceca518ba (diff) | |
parent | 7d3320974dd137e7c8a9cf2976a18b6b8a30f5b5 (diff) | |
download | searxng-401f7d38f66b2b583e8d21f4ed07a11955659ff3.tar.gz searxng-401f7d38f66b2b583e8d21f4ed07a11955659ff3.zip |
Merge pull request #209 from searxng/dependabot/pip/master/python-dateutil-2.8.2
Bump python-dateutil from 2.8.1 to 2.8.2
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1dddb6816..a8e0156c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==1.1.2 jinja2==2.11.3 lxml==4.6.3 pygments==2.9.0 -python-dateutil==2.8.1 +python-dateutil==2.8.2 pyyaml==5.4.1 httpx[http2]==0.17.1 Brotli==1.0.9 |