From 7f555e7a5ae2847823427f2bd5ac4e160a93714e Mon Sep 17 00:00:00 2001 From: Pablo Estevez Date: Fri, 29 May 2026 12:07:10 +0100 Subject: [PATCH 1/3] add aiointercept --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 865af7300a0..99ff8be3172 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -315,3 +315,6 @@ ask to raise the status. - `wireup `_ Performant, concise, and easy-to-use dependency injection container. + +- `aiointercept `_ + Mock aiohttp HTTP requests by routing them through a real aiohttp.web test server. From 8835ff76b991e5b59e65733b685d0378ac509d1d Mon Sep 17 00:00:00 2001 From: Pablo Estevez Date: Fri, 29 May 2026 12:11:51 +0100 Subject: [PATCH 2/3] add change to to changes list --- CHANGES/12727.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/12727.doc.rst diff --git a/CHANGES/12727.doc.rst b/CHANGES/12727.doc.rst new file mode 100644 index 00000000000..e7b50bef9c6 --- /dev/null +++ b/CHANGES/12727.doc.rst @@ -0,0 +1 @@ +Added ``aiointercept`` to list of third-party libraries -- by :user:`Polandia94`. \ No newline at end of file From 8d851aea2b2a870b2f028e2f246b147bc80cc610 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:14:21 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES/12727.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/12727.doc.rst b/CHANGES/12727.doc.rst index e7b50bef9c6..61ffeb82274 100644 --- a/CHANGES/12727.doc.rst +++ b/CHANGES/12727.doc.rst @@ -1 +1 @@ -Added ``aiointercept`` to list of third-party libraries -- by :user:`Polandia94`. \ No newline at end of file +Added ``aiointercept`` to list of third-party libraries -- by :user:`Polandia94`.