From e14a17ebffead891fa4420fc8a23de4bd2309549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:55:47 +0000 Subject: [PATCH] Bump mitmproxy from 0.11.1 to 8.0.0 in /mitmproxy-extension Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 0.11.1 to 8.0.0. - [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/v0.11.1...v8.0.0) --- updated-dependencies: - dependency-name: mitmproxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mitmproxy-extension/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy-extension/setup.py b/mitmproxy-extension/setup.py index 1501a4f..7555ffb 100644 --- a/mitmproxy-extension/setup.py +++ b/mitmproxy-extension/setup.py @@ -69,7 +69,7 @@ def run(self): version = version.VERSION, description = 'Mitmproxy extension, companion for Tamper. Locally edit files served from the web', packages = ['tamper'], - install_requires = ['gevent-websocket>=0.9.3', 'mitmproxy==0.11.1', ], + install_requires = ['gevent-websocket>=0.9.3', 'mitmproxy==8.0.0', ], scripts = ['tamper/tamper.py'], data_files = [ ('tamper-files', ['cert/index.html', 'cert/mitmproxy.css', 'cert/testfile.txt'])