From cab083dddd79c4325da52d7c8d077e29c5b716da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 17:01:21 +0000 Subject: [PATCH] Bump httpx-socks[asyncio] from 0.7.2 to 0.7.5 Bumps [httpx-socks[asyncio]](https://github.com/romis2012/httpx-socks) from 0.7.2 to 0.7.5. - [Release notes](https://github.com/romis2012/httpx-socks/releases) - [Commits](https://github.com/romis2012/httpx-socks/compare/v0.7.2...v0.7.5) --- updated-dependencies: - dependency-name: httpx-socks[asyncio] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b843d89262..7e927be092 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ httpx[http2]==0.21.3 Brotli==1.0.9 uvloop==0.16.0; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' -httpx-socks[asyncio]==0.7.2 +httpx-socks[asyncio]==0.7.5 langdetect==1.0.9 setproctitle==1.2.2