From a29bc166a6696abf9b249fbefe62d85fa0fba5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 00:22:44 +0200 Subject: [PATCH] Bump httpx-socks[asyncio] from 0.7.2 to 0.7.4 (#3237) Bumps [httpx-socks[asyncio]](https://github.com/romis2012/httpx-socks) from 0.7.2 to 0.7.4. - [Release notes](https://github.com/romis2012/httpx-socks/releases) - [Commits](https://github.com/romis2012/httpx-socks/compare/v0.7.2...v0.7.4) --- updated-dependencies: - dependency-name: httpx-socks[asyncio] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5661047b..095240f7 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.4 langdetect==1.0.9 setproctitle==1.2.2