From 99044db8ad2b6b7724cc398be1020d1d26517a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:22:53 +0000 Subject: [PATCH] build(deps): update aiointercept requirement from >=0.1.8 to >=0.1.9 Updates the requirements on [aiointercept](https://github.com/Polandia94/aiointercept) to permit the latest version. - [Release notes](https://github.com/Polandia94/aiointercept/releases) - [Changelog](https://github.com/Polandia94/aiointercept/blob/main/CHANGELOG.md) - [Commits](https://github.com/Polandia94/aiointercept/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: aiointercept dependency-version: 0.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 0528f2f..019fefd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,4 +4,4 @@ pytest-cov>=7.1.0 aiohttp>=3.14.0 python-dateutil>=2.9.0 pytest-asyncio>=1.4.0 -aiointercept>=0.1.8 \ No newline at end of file +aiointercept>=0.1.9 \ No newline at end of file