Skip to content

Commit

Permalink
Update dependency mitmproxy to v10.2.1 (#336)
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.2.0` ->
`==10.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mitmproxy/10.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mitmproxy/10.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mitmproxy/10.2.0/10.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mitmproxy/10.2.0/10.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v10.2.1`](https://togithub.com/mitmproxy/mitmproxy/blob/HEAD/CHANGELOG.md#06-January-2024-mitmproxy-1021)

[Compare
Source](https://togithub.com/mitmproxy/mitmproxy/compare/10.2.0...10.2.1)

-   Fix a regression introduced in mitmproxy 10.2.0: WireGuard servers
    now bind to all interfaces again.
([#&#8203;6587](https://togithub.com/mitmproxy/mitmproxy/pull/6587),
[@&#8203;mhils](https://togithub.com/mhils))
-   Remove stale reference to `ctx.log` in addon documentation.
([#&#8203;6552](https://togithub.com/mitmproxy/mitmproxy/pull/6552),
[@&#8203;brojonat](https://togithub.com/brojonat))
-   Fix a bug where a traceback is shown during shutdown.
([#&#8203;6581](https://togithub.com/mitmproxy/mitmproxy/pull/6581),
[@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 7, 2024
1 parent 992833b commit 1efa223
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.9.1
aiohttp_retry==2.8.3
freezegun==1.4.0
mitmproxy==10.2.0
mitmproxy==10.2.1
parameterized==0.9.0
pdoc==14.3.0
pydantic==2.5.3
Expand Down

0 comments on commit 1efa223

Please sign in to comment.