From 18d3c6e16215e3c14b5d33b654471b6d6de74d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 19:53:57 +0000 Subject: [PATCH] Bump mitmproxy from 0.11.1 to 7.0.3 in /mitmproxy-extension Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 0.11.1 to 7.0.3. - [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...v7.0.3) --- 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..abdfdbd 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==7.0.3', ], scripts = ['tamper/tamper.py'], data_files = [ ('tamper-files', ['cert/index.html', 'cert/mitmproxy.css', 'cert/testfile.txt'])