Skip to content

Commit

Permalink
Update dependency mitmproxy to v10.1.3 (#289)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mitmproxy](https://togithub.com/mitmproxy/mitmproxy) | `==10.1.1` ->
`==10.1.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mitmproxy/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mitmproxy/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mitmproxy/10.1.1/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mitmproxy/10.1.1/10.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mitmproxy/mitmproxy (mitmproxy)</summary>

###
[`v10.1.3`](https://togithub.com/mitmproxy/mitmproxy/blob/HEAD/CHANGELOG.md#04-November-2023-mitmproxy-1013)

[Compare
Source](https://togithub.com/mitmproxy/mitmproxy/compare/10.1.2...10.1.3)

- Fix a bug introduced in mitmproxy 10.1.2 where mitmweb would fail to
establish
a WebSocket connection. Affected users may need to clear their browser
cache
    or hard-reload mitmweb (Ctrl+Shift+R).
([#&#8203;6454](https://togithub.com/mitmproxy/mitmproxy/pull/6454),
[@&#8203;mhils](https://togithub.com/mhils))

###
[`v10.1.2`](https://togithub.com/mitmproxy/mitmproxy/blob/HEAD/CHANGELOG.md#03-November-2023-mitmproxy-1012)

[Compare
Source](https://togithub.com/mitmproxy/mitmproxy/compare/10.1.1...10.1.2)

-   Add a raw hex stream contentview.
([#&#8203;6389](https://togithub.com/mitmproxy/mitmproxy/pull/6389),
[@&#8203;mhils](https://togithub.com/mhils))
-   Add a contentview for DNS-over-HTTPS.
([#&#8203;6389](https://togithub.com/mitmproxy/mitmproxy/pull/6389),
[@&#8203;mhils](https://togithub.com/mhils))
-   Replaced standalone mitmproxy binaries on macOS with an app bundle
    that contains the mitmproxy/mitmweb/mitmdump CLI tools.
This change was necessary to support macOS code signing requirements.
    Homebrew remains the recommended installation method.
([#&#8203;6447](https://togithub.com/mitmproxy/mitmproxy/pull/6447),
[@&#8203;mhils](https://togithub.com/mhils))
- Fix certificate generation to work with strict mode OpenSSL 3.x
clients
([#&#8203;6410](https://togithub.com/mitmproxy/mitmproxy/pull/6410),
[@&#8203;mmaxim](https://togithub.com/mmaxim))
- Fix path() documentation that the return value might include the query
string
([#&#8203;6412](https://togithub.com/mitmproxy/mitmproxy/pull/6412),
[@&#8203;tddschn](https://togithub.com/tddschn))
-   mitmproxy now officially supports Python 3.12.
([#&#8203;6434](https://togithub.com/mitmproxy/mitmproxy/pull/6434),
[@&#8203;mhils](https://togithub.com/mhils))
-   Fix root-relative URLs so that mitmweb can run in subdirectories.
([#&#8203;6411](https://togithub.com/mitmproxy/mitmproxy/pull/6411),
[@&#8203;davet2001](https://togithub.com/davet2001))
-   Add an optional parameter(ldap search filter key) to ProxyAuth-LDAP.
([#&#8203;6428](https://togithub.com/mitmproxy/mitmproxy/pull/6428),
[@&#8203;outlaws-bai](https://togithub.com/outlaws-bai))
- Fix a regression when using the proxyauth addon with clients that
(rightfully) reuse connections.
([#&#8203;6432](https://togithub.com/mitmproxy/mitmproxy/pull/6432),
[@&#8203;mhils](https://togithub.com/mhils))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 6, 2023
1 parent f9747cb commit 8e44131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aiohttp==3.8.6
aiohttp_retry==2.8.3
freezegun==1.2.2
mitmproxy==10.1.1
mitmproxy==10.1.3
parameterized==0.9.0
pdoc==14.1.0
pydantic==2.4.2
Expand Down

0 comments on commit 8e44131

Please sign in to comment.