diff options
author | Alexandre Flament <alex@al-f.net> | 2021-08-07 18:48:01 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-17 10:06:22 +0200 |
commit | 8e73438cbed62ca5c16f6d3c6ce7220b17550c4b (patch) | |
tree | 9dc334a2d87c66773841053b45420f1c83a719a8 /requirements.txt | |
parent | 602cbc2c99e3ea0c4213473c346b871326152788 (diff) | |
download | searxng-8e73438cbed62ca5c16f6d3c6ce7220b17550c4b.tar.gz searxng-8e73438cbed62ca5c16f6d3c6ce7220b17550c4b.zip |
[upd] upgrade httpx 0.19.0
adjust searx.network module to the new internal API
see https://github.com/encode/httpx/pull/1522
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 371883b3e..b38aedcb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ lxml==4.6.3 pygments==2.10.0 python-dateutil==2.8.2 pyyaml==5.4.1 -httpx[http2]==0.17.1 +httpx[http2]==0.19.0 Brotli==1.0.9 uvloop==0.16.0; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' -httpx-socks[asyncio]==0.3.1 +httpx-socks[asyncio]==0.4.1 langdetect==1.0.9 setproctitle==1.2.2 |