From 6dbdf5854dc19b51b7c7f9191f29d55696edcee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:25:56 +0000 Subject: [PATCH] Update mitmproxy requirement from ~=11.1.2 to ~=11.1.3 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...v11.1.3) --- 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 ec43220..86c4c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mitmproxy~=11.1.2 +mitmproxy~=11.1.3 pyyaml~=6.0.2