diff options
author | Alexandre Flament <alex@al-f.net> | 2023-08-12 14:57:00 +0000 |
---|---|---|
committer | mrpaulblack <paul@paulgo.io> | 2023-08-21 22:05:12 +0200 |
commit | b4e4cfc026fdc287622e0aa5f08db5d1e30ef869 (patch) | |
tree | 4f78ea4b0aff5df7e76d429dc790f349443fbaa8 /requirements.txt | |
parent | d52919cc3e90b588e252e41e73f06aea49097db2 (diff) | |
download | searxng-b4e4cfc026fdc287622e0aa5f08db5d1e30ef869.tar.gz searxng-b4e4cfc026fdc287622e0aa5f08db5d1e30ef869.zip |
Bump httpx 0.21.2 from to 0.24.1
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 3c91fa5c4..1b079d4ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ lxml==4.9.3 pygments==2.16.1 python-dateutil==2.8.2 pyyaml==6.0.1 -httpx[http2]==0.21.2 +httpx[http2]==0.24.1 Brotli==1.0.9 uvloop==0.17.0 -httpx-socks[asyncio]==0.7.2 +httpx-socks[asyncio]==0.7.7 setproctitle==1.3.2 redis==4.6.0 markdown-it-py==3.0.0 |