From 23fd096318f7df6c0fa96b5327eb599508771615 Mon Sep 17 00:00:00 2001 From: rigens <68144278+rigens@users.noreply.github.com> Date: Wed, 6 Oct 2021 19:52:55 +0300 Subject: [PATCH 1/2] Docs: Add aiohttp-socks to third party libraries (#5977) (cherry picked from commit a3c85e9d68f5555391a03824a1ab8c4b6e5aace2) --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index aec45e4158b..487e388d1dd 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -280,3 +280,6 @@ ask to raise the status. - `aiohttp-retry `_ Wrapper for aiohttp client for retrying requests. Python 3.6+ required. + +- `aiohttp-socks `_ + SOCKS proxy connector for aiohttp. From 0f06cc8a0b143f6a53694004a4ee93a94318fbca Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 16:54:25 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/third_party.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party.rst b/docs/third_party.rst index 487e388d1dd..ae8fbf94f21 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -280,6 +280,6 @@ ask to raise the status. - `aiohttp-retry `_ Wrapper for aiohttp client for retrying requests. Python 3.6+ required. - + - `aiohttp-socks `_ SOCKS proxy connector for aiohttp.