From 3fc079a7e0c6d92a12a5411593cefdb8a2741dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 10:42:44 +0000 Subject: [PATCH] Bump mitmproxy from 6.0.2 to 8.0.0 in /test Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 6.0.2 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/v6.0.2...v8.0.0) --- updated-dependencies: - dependency-name: mitmproxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index d3c8c5a..91f3e20 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -14,7 +14,7 @@ Pikepdf>=2.8.0 #Running Updater Test flask>=2.0.0 -mitmproxy==6.0.2 +mitmproxy==8.0.0 # For running tests on helper Babel>=2.6.0