chore(deps): bump mitmproxy from 10.2.1 to 10.2.2 #85

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

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

Bumps mitmproxy from 10.2.1 to 10.2.2.

Release notes

Sourced from mitmproxy's releases.

mitmproxy 10.2.2

Changes: See CHANGELOG.md.

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

Changelog

Sourced from mitmproxy's changelog.

21 January 2024: mitmproxy 10.2.2

  • Fix a regression where clientplayback would break due to eager task execution. (#6605, @​mhils)
  • Fix a regression where WebSocket connections would break due to eager task execution. (#6609, @​mhils)
  • Fix bug where insecure HTTP requests are saved incorrectly when exporting to HAR files. (#6578, @​DaniElectra)
  • allow_hosts/ignore_hosts option now matches against the full host:port string. (#6594, @​LouisAsanaka)
Commits
  • d75dc95 mitmproxy 10.2.2
  • 09f4719 allow_hosts/ignore_hosts option now matches against the full host:port stri...
  • c6defba websockets: do not process start event before redirecting event handlers (#6609)
  • 08eb515 fix client playback (#6605)
  • 4101e8a docs: Rosetta is required on Apple Silicon (#6591)
  • 8fc114a fix CHANGELOG
  • c2dd0d5 savehar: Fix timings being set to null (#6578)
  • d032c8a reopen main for development
  • See full diff in compare view

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/22/2024* Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 10.2.1 to 10.2.2. <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.2</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>21 January 2024: mitmproxy 10.2.2</h2> <ul> <li>Fix a regression where clientplayback would break due to eager task execution. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6605">#6605</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li>Fix a regression where WebSocket connections would break due to eager task execution. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6609">#6609</a>, <a href="https://github.com/mhils"><code>@​mhils</code></a>)</li> <li>Fix bug where insecure HTTP requests are saved incorrectly when exporting to HAR files. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6578">#6578</a>, <a href="https://github.com/DaniElectra"><code>@​DaniElectra</code></a>)</li> <li><code>allow_hosts</code>/<code>ignore_hosts</code> option now matches against the full <code>host:port</code> string. (<a href="https://redirect.github.com/mitmproxy/mitmproxy/pull/6594">#6594</a>, <a href="https://github.com/LouisAsanaka"><code>@​LouisAsanaka</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/d75dc95a1e4a3368134640ff8087e5a77b06986e"><code>d75dc95</code></a> mitmproxy 10.2.2</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/09f47197114fd1a94a45c388c12c5437e1d4c0ec"><code>09f4719</code></a> allow_hosts/ignore_hosts option now matches against the full <code>host:port</code> stri...</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/c6defba77de473e02a87dde60382e8d11bcc11a0"><code>c6defba</code></a> websockets: do not process start event before redirecting event handlers (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6609">#6609</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/08eb515635c8fd6d66d3a2364b7e9b5f4ccc601e"><code>08eb515</code></a> fix client playback (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6605">#6605</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/4101e8aeef770df29a7f8cf8d74c88c2ac6c04ba"><code>4101e8a</code></a> docs: Rosetta is required on Apple Silicon (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6591">#6591</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/8fc114a9b254f55e5c917fa1be9f91235aaf0137"><code>8fc114a</code></a> fix CHANGELOG</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/c2dd0d5a42987526f9878f52870d9a5f4a1f5dc0"><code>c2dd0d5</code></a> savehar: Fix timings being set to null (<a href="https://redirect.github.com/mitmproxy/mitmproxy/issues/6578">#6578</a>)</li> <li><a href="https://github.com/mitmproxy/mitmproxy/commit/d032c8abd80f5b9aa66d297571f1581a5d69ce73"><code>d032c8a</code></a> reopen main for development</li> <li>See full diff in <a href="https://github.com/mitmproxy/mitmproxy/compare/10.2.1...10.2.2">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.2.1&new-version=10.2.2)](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#85
No description provided.