From 5f0cf9abea156270383d762905be1827d8e6cb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:45:27 +0000 Subject: [PATCH] Update mitmproxy requirement from ~=11.1.2 to ~=9.0.1 Updates the requirements on [mitmproxy](https://github.com/mitmproxy/mitmproxy) to permit the latest version. - [Release notes](https://github.com/mitmproxy/mitmproxy/releases) - [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/mitmproxy/compare/v11.1.2...9.0.1) --- updated-dependencies: - dependency-name: mitmproxy dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec43220..5fe8ef2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mitmproxy~=11.1.2 +mitmproxy~=9.0.1 pyyaml~=6.0.2