Skip to content

build(deps): bump mitmproxy from 11.0.0 to 12.2.2 in /tests#1643

Open
dependabot[bot] wants to merge 7 commits into
masterfrom
dependabot/pip/tests/mitmproxy-12.2.2
Open

build(deps): bump mitmproxy from 11.0.0 to 12.2.2 in /tests#1643
dependabot[bot] wants to merge 7 commits into
masterfrom
dependabot/pip/tests/mitmproxy-12.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps mitmproxy from 11.0.0 to 12.2.2.

Release notes

Sourced from mitmproxy's releases.

mitmproxy 12.2.2

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.2.1

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.2.0

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.1.2

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.1.1

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.1.0

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.0.1

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 12.0.0

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 11.1.3

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

mitmproxy 11.1.2

Changes: See CHANGELOG.md.

You can find the latest release packages at https://mitmproxy.org/downloads/.

... (truncated)

Changelog

Sourced from mitmproxy's changelog.

12 April 2026: mitmproxy 12.2.2

  • GHSA-527g-3w9m-29hv: Fix LDAP injection vulnerability reported by @​yueyueL. (#8178, @​mhils)
  • Reduce CERT_EXPIRY to 199 days. (#8142, @​opstic)
  • Switch all content-encoding compression algorithms to use fastest settings by default. This significantly improves addon runtime performance when assigning to message.content. (#8055, @​Prinzhorn)
  • Fix addon options not being included in --options output. (#4423, @​emanuele-em)
  • Fix view.settings.setval.toggle command to correctly use the provided key parameter instead of hardcoded "key" string. (#8167, @​nameearly)
  • Fix 400 Bad Request for HTTP requests with uppercase scheme (e.g. HTTP://). (#8174, @​emanuele-em)
  • Fix console command panel losing focus due to incoming traffic (e.g. websocket messages). (#8173, @​emanuele-em)
  • mitmdump: Fix failed CONNECT requests not being displayed. (#7083, @​Prinzhorn)
  • mitmweb: Reduce FlowTable Redux subscriptions from O(rows) to O(1). (#8104, @​ariel42)
  • mitmweb: Fix editors not allowing content to be cleared to an empty string (#8149, @​ariel42)
  • Update optmanager value parsing exceptions to include the option name (#8016, @​zdwg42)
  • mitmweb: show intercept filter tag at the bottom for default options (#8026, @​xBZZZZ)
  • Fix a bug where mitmweb would show a blank page on Windows. (#8041, @​Prinzhorn)
  • mitmweb: Add number of selected flows in the footer (#8057, @​skrattara)
  • Fix modify_body crash when replacement strings contain backslash sequences. (#8046, @​HueCodes)
  • Added support for adding and editing comments on individual flows in the mitmproxy console. (#7944, @​lups2000)
  • Allow hiding the Quick Help UI in the mitmproxy console with the 'H' key. (#8095, @​seroperson)
  • Removed several dead functions using Skylos. (#8136, @​duriantaco)

24 November 2025: mitmproxy 12.2.1

  • Make TCP inactivity timeout configurable through a new tcp_timeout option (default: 600 seconds). Previously, the timeout was hardcoded to 10 minutes for all TCP connections. (#7909, @​keshavkrishnadav)
  • Flush flow file after each flow to allow further processing. (#7967, @​caiquejjx)
  • infer_content_encoding: Fallback to UTF-8 for more content types (#7961, @​xu-cheng)

... (truncated)

Commits

Note

mitmproxy depends on wheels which is not available prebuilt for musl. The docker image had to be extended with relevant tooling (llvm-22/cargo/rustup,bpf-linker) for building the required deps during pip install.

Close: #1670

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 14, 2026
@jpnurmi
Copy link
Copy Markdown
Collaborator

jpnurmi commented Apr 15, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/pip/tests/mitmproxy-12.2.2 branch from d529e9f to 70aa624 Compare April 15, 2026 13:54
@dependabot dependabot Bot force-pushed the dependabot/pip/tests/mitmproxy-12.2.2 branch from 70aa624 to be8681f Compare May 11, 2026 17:49
dependabot Bot and others added 3 commits May 14, 2026 09:42
Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 11.0.0 to 12.2.2.
- [Release notes](https://github.com/mitmproxy/mitmproxy/releases)
- [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/mitmproxy@v11.0.0...v12.2.2)

---
updated-dependencies:
- dependency-name: mitmproxy
  dependency-version: 12.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@jpnurmi jpnurmi force-pushed the dependabot/pip/tests/mitmproxy-12.2.2 branch from 440cdd5 to f11227d Compare May 14, 2026 07:43
jpnurmi added 4 commits May 14, 2026 11:38
Copy the test requirements into the Alpine Docker context in CI and
use them as constraints for optional pip installs during image builds.

This lets the Alpine 3.23 image prebuild mitmproxy from the pinned test
requirement while keeping local Docker builds and the Alpine 3.21 system
mitmproxy path intact.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_crashpad_crash_proxy_env is flaky

1 participant