diff options
| author | Alexandre Flament <alex@al-f.net> | 2025-05-20 18:18:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 18:18:07 +0200 |
| commit | 7a3742ae56cc983667407283e1acc3640bd72bbe (patch) | |
| tree | f08bd9bdf9c3495e145611223de2ed251e2e2525 /requirements.txt | |
| parent | ca67f1dffe9cb68be0663f3664ab552ec8e5049f (diff) | |
[mod] upgrade to httpx 0.28.1 (#4674)
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 f985965e1..b4006c48e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ lxml==5.4.0 pygments==2.19.1 python-dateutil==2.9.0.post0 pyyaml==6.0.2 -httpx[http2]==0.24.1 +httpx[http2]==0.28.1 +httpx-socks[asyncio]==0.10.0 Brotli==1.1.0 uvloop==0.21.0 -httpx-socks[asyncio]==0.7.7 setproctitle==1.3.6 redis==5.2.1 markdown-it-py==3.0.0 |