chore(deps): bump mitmproxy from 10.1.6 to 10.2.1 #90

Closed
opened 2025-10-14 16:06:25 -06:00 by navan · 0 comments
Owner

Originally created by @dependabot[bot] on 1/8/2024

Bumps mitmproxy from 10.1.6 to 10.2.1.

Release notes

Sourced from mitmproxy's releases.

mitmproxy 10.2.1

Changes: See CHANGELOG.md.

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

mitmproxy 10.2.0

Changes: See CHANGELOG.md.

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

Changelog

Sourced from mitmproxy's changelog.

06 January 2024: mitmproxy 10.2.1

  • Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers now bind to all interfaces again. (#6587, @​mhils)
  • Remove stale reference to ctx.log in addon documentation. (#6552, @​brojonat)
  • Fix a bug where a traceback is shown during shutdown. (#6581, @​mhils)

04 January 2024: mitmproxy 10.2.0

  • Local Redirect Mode is now officially available on macOS and Windows. See the linked blog posts for details. (@​emanuele-em, @​mhils)
  • UDP streams are now backed by a new implementation in mitmproxy_rs. This represents a major API change as UDP traffic is now exposed as streams instead of a callback for each packet. (@​mhils)
  • Fix a regression from mitmproxy 10.1.6 where ignore_hosts would terminate requests instead of forwarding them. (#6559, @​mhils)
  • ignore_hosts now waits for the entire HTTP headers if it suspects the connection to be HTTP. (#6559, @​mhils)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
*Originally created by @dependabot[bot] on 1/8/2024* Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 10.1.6 to 10.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitmproxy/mitmproxy/releases">mitmproxy's releases</a>.</em></p> <blockquote> <h2>mitmproxy 10.2.1</h2> <p>Changes: See <a href="https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <p>You can find the latest release packages at <a href="https://mitmproxy.org/downloads/">https://mitmproxy.org/downloads/</a>.</p> <h2>mitmproxy 10.2.0</h2> <p>Changes: See <a href="https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p> <p>You can find the latest release packages at <a href="https://mitmproxy.org/downloads/">https://mitmproxy.org/downloads/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md">mitmproxy's changelog</a>.</em></p> <blockquote> <h2>06 January 2024: mitmproxy 10.2.1</h2> <ul> <li>Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers now bind to all interfaces again. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6587">#6587</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li>Remove stale reference to <code>ctx.log</code> in addon documentation. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6552">#6552</a>, <a href="https://github.com/brojonat"><code>@​brojonat</code></a>)</li> <li>Fix a bug where a traceback is shown during shutdown. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6581">#6581</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> </ul> <h2>04 January 2024: mitmproxy 10.2.0</h2> <ul> <li><em>Local Redirect Mode</em> is now officially available on <a href="https://mitmproxy.org/posts/local-redirect/macos/">macOS</a> and <a href="https://mitmproxy.org/posts/local-redirect/windows/">Windows</a>. See the linked blog posts for details. (<a href="https://github.com/emanuele-em"><code>@​emanuele-em</code></a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li>UDP streams are now backed by a new implementation in <code>mitmproxy_rs</code>. This represents a major API change as UDP traffic is now exposed as streams instead of a callback for each packet. (<a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li>Fix a regression from mitmproxy 10.1.6 where <code>ignore_hosts</code> would terminate requests instead of forwarding them. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6559">#6559</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li><code>ignore_hosts</code> now waits for the entire HTTP headers if it suspects the connection to be HTTP. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6559">#6559</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/a7edbdf74c1084fa41b1eb89195451269587fa62"><code>a7edbdf</code></a> mitmproxy 10.2.1</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/3a3d69eb42f1110c2249672cb3dd24d0ef2c582b"><code>3a3d69e</code></a> Wireguard mode: bind to 0.0.0.0 (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6587">#6587</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/ae00e82c3a0733f82db476a0496349a4969a86c0"><code>ae00e82</code></a> remove mention of ctx.log from addon example (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6552">#6552</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/a9b8a00b70245204e2e66119b5e1043a9037f931"><code>a9b8a00</code></a> fix <a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6529">#6529</a> (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6581">#6581</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/770443ee8928bf2948662548c8666024439f8449"><code>770443e</code></a> reopen main for development</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/fb45c18e01f5eded15a441d8f43e5f346c485226"><code>fb45c18</code></a> mitmproxy 10.2.0</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/5640c53d04e79c8e5e00fb7611639a82205a5d42"><code>5640c53</code></a> update CHANGELOG</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/6e38a56f4c399551c3fe3d399bddfa8083ccd0f1"><code>6e38a56</code></a> implement UDP streams (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6557">#6557</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/ed532e92791489795c1141c3f112210f7d4483bb"><code>ed532e9</code></a> Update pytest-asyncio requirement from &lt;0.22,&gt;=0.17 to &gt;=0.17,&lt;0.24 (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6574">#6574</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/553fd5e6bfae77f9d16ad33fd3c860d98c0c0de1"><code>553fd5e</code></a> Bump the github-actions group with 4 updates (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6577">#6577</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitmproxy/mitmproxy/compare/10.1.6...10.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mitmproxy&package-manager=pip&previous-version=10.1.6&new-version=10.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
github_actions
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
python
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/mitmproxy2swagger#90
No description provided.