diff options
| author | Paul Braeuning <paul@paulgo.io> | 2023-08-24 23:12:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-24 23:12:06 +0200 |
| commit | 9069da051a78290b38c12a49443dc30d7b2652fb (patch) | |
| tree | 71300ada16a97a6750d2afc68d9d7d14f9e1bc37 /requirements.txt | |
| parent | 4b42644579581699ad1d4b7974610933277dd021 (diff) | |
| parent | b4e4cfc026fdc287622e0aa5f08db5d1e30ef869 (diff) | |
Merge pull request #2644 from dalf/update_httpx
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 |