From 131d727c1aa47c7a76bd084ab8ae75efb165f268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 06:59:01 +0000 Subject: [PATCH] Bump httpx-socks[asyncio] from 0.3.1 to 0.4.0 Bumps [httpx-socks[asyncio]](https://github.com/romis2012/httpx-socks) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/romis2012/httpx-socks/releases) - [Commits](https://github.com/romis2012/httpx-socks/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53bb6cea7..adf99384b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ httpx[http2]==0.17.1 Brotli==1.0.9 uvloop==0.15.2; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' -httpx-socks[asyncio]==0.3.1 +httpx-socks[asyncio]==0.4.0 langdetect==1.0.8 setproctitle==1.2.2