Skip to content

Commit af17072

Browse files
Update dependency mitmproxy to v10.2.4 (#376)
[![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.2.2` -> `==10.2.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mitmproxy/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mitmproxy/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mitmproxy/10.2.2/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mitmproxy/10.2.2/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mitmproxy/mitmproxy (mitmproxy)</summary> ### [`v10.2.4`](https://togithub.com/mitmproxy/mitmproxy/blob/HEAD/CHANGELOG.md#07-March-2024-mitmproxy-1024) [Compare Source](https://togithub.com/mitmproxy/mitmproxy/compare/10.2.3...10.2.4) - Fix a bug where errors during startup would not be displayed when running mitmproxy. ([#&#8203;6719](https://togithub.com/mitmproxy/mitmproxy/pull/6719), [@&#8203;mhils](https://togithub.com/mhils)) - Use newer cryptography APIs to avoid CryptographyDeprecationWarnings. This bumps the minimum required version to cryptography 42.0. ([#&#8203;6718](https://togithub.com/mitmproxy/mitmproxy/pull/6718), [@&#8203;mhils](https://togithub.com/mhils)) ### [`v10.2.3`](https://togithub.com/mitmproxy/mitmproxy/blob/HEAD/CHANGELOG.md#06-March-2024-mitmproxy-1023) [Compare Source](https://togithub.com/mitmproxy/mitmproxy/compare/10.2.2...10.2.3) - Fix a regression where `allow_hosts`/`ignore_hosts` would break with IPv6 connections. ([#&#8203;6614](https://togithub.com/mitmproxy/mitmproxy/pull/6614), [@&#8203;dqxpb](https://togithub.com/dqxpb)) - Fix bug where failed CONNECT request URLs are saved to HAR files incorrectly. ([#&#8203;6599](https://togithub.com/mitmproxy/mitmproxy/pull/6599), [@&#8203;basedBaba](https://togithub.com/basedBaba)) - Add an arm64 variant for the precompiled macOS app. ([#&#8203;6633](https://togithub.com/mitmproxy/mitmproxy/pull/6633), [@&#8203;mhils](https://togithub.com/mhils)) - Fix duplicate answers being returned in DNS queries. ([#&#8203;6648](https://togithub.com/mitmproxymitmproxy/pull/6648), [@&#8203;sujaldev](https://togithub.com/sujaldev)) - Fix bug where wireguard config is generated with incorrect endpoint when two or more NICs are active. ([#&#8203;6659](https://togithub.com/mitmproxy/mitmproxy/pull/6659), [@&#8203;basedBaba](https://togithub.com/basedBaba)) - Fix a regression when leaf cert creation would fail with intermediate CAs in `ca_file`. ([#&#8203;6666](https://togithub.com/mitmproxy/mitmproxy/pull/6666), [@&#8203;manselmi](https://togithub.com/manselmi)) - Add `content_view_lines_cutoff` option to mitmdump ([#&#8203;6692](https://togithub.com/mitmproxy/mitmproxy/pull/6692), [@&#8203;errorxyz](https://togithub.com/errorxyz)) - Allow runtime modifications of HTTP flow filters for server replays ([#&#8203;6695](https://togithub.com/mitmproxy/mitmproxy/pull/6695), [@&#8203;errorxyz](https://togithub.com/errorxyz)) - Fix bug view options menu in case of overflow ([#&#8203;6697](https://togithub.com/mitmproxy/mitmproxy/pull/6697), [@&#8203;lups2000](https://togithub.com/lups2000)) - Allow --allow-hosts and --ignore-hosts to work together ([#&#8203;6711](https://togithub.com/mitmproxy/mitmproxy/pull/6711), [@&#8203;dstd](https://togithub.com/dstd)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65e3763 commit af17072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aiohttp==3.9.3
33
aiohttp_retry==2.8.3
44
freezegun==1.4.0
5-
mitmproxy==10.2.2
5+
mitmproxy==10.2.4
66
parameterized==0.9.0
77
pdoc==14.4.0
88
pydantic==2.6.3

0 commit comments

Comments
 (0)