From 36a77c3a31187d023d206eece8896489e7cbc727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:11:14 +0000 Subject: [PATCH] Update mitmproxy requirement from ~=10.3.1 to ~=11.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/v10.3.1...v11.0.1) --- updated-dependencies: - dependency-name: mitmproxy 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 a7aef35..ea600b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mitmproxy~=10.3.1 +mitmproxy~=11.0.1 pyyaml~=6.0.2