diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-05 19:13:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 19:13:48 +0100 |
| commit | 9004e84b6e33c0a64fc6f4413734c9bdfdb118f6 (patch) | |
| tree | 567cb29d375ea47bb0f1f209742fbbed35353fe3 /requirements.txt | |
| parent | d3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105 (diff) | |
| parent | e64c3deab72ee579550efe240882e8ca2537caaf (diff) | |
Merge pull request #596 from dalf/upgrade-httpx
Upgrade httpx
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 e42c1fb7f..f6308044b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ lxml==4.7.1 pygments==2.11.0 python-dateutil==2.8.2 pyyaml==6.0 -httpx[http2]==0.19.0 +httpx[http2]==0.21.2 Brotli==1.0.9 uvloop==0.16.0 -httpx-socks[asyncio]==0.4.1 +httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 |