summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-17 11:48:37 +0200
committerGitHub <noreply@github.com>2021-09-17 11:48:37 +0200
commitdc74df3a550f48152eb30c0da4837b0de83420e2 (patch)
tree3f2dd22a72468e5fa0901a0339ae810b1fa28af6 /requirements.txt
parent0d9959e649c9625c3264382698b49ec6b99096f0 (diff)
parent41f6359d06fd6fb93ddfde59cba17da57565f587 (diff)
Merge pull request #261 from dalf/upgrade_httpx
[upd] upgrade httpx 0.19.0
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
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