From e11a9a780c8ff01376d7e1203ced43338f123b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:08:47 +0000 Subject: [PATCH] Bump mitmproxy from 11.0.0 to 11.1.2 Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 11.0.0 to 11.1.2. - [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.0.0...v11.1.2) --- updated-dependencies: - dependency-name: mitmproxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38382a5..f661b85 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read(rel_path): long_description=read('README.md'), long_description_content_type='text/markdown', install_requires=[ - 'mitmproxy==11.0.0', + 'mitmproxy==11.1.2', 'markupsafe>=3.0.2', ], )