Skip to content

Commit f226900

Browse files
authored
bump mitm to 11.0.0
1 parent 16aa0b3 commit f226900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
2424
sudo -u mitmproxyuser -H bash -e -c 'cd /Users/mitmproxyuser && \
2525
git clone -b main https://github.com/mitmproxy/mitmproxy.git && \
2626
cd mitmproxy && \
27-
git checkout 5353df5f1eeaf5fc36d9b5f7024199c888aed116 && \
27+
git checkout f87ec2235968acd688a378e7c1ed7e07d9bce43e && \
2828
python -m venv venv && \
2929
venv/bin/pip install -e ".[dev]" '
3030

0 commit comments

Comments
 (0)