Skip to content

Commit

Permalink
bump mitm to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarLob authored Nov 17, 2024
1 parent 16aa0b3 commit f226900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
sudo -u mitmproxyuser -H bash -e -c 'cd /Users/mitmproxyuser && \
git clone -b main https://github.com/mitmproxy/mitmproxy.git && \
cd mitmproxy && \
git checkout 5353df5f1eeaf5fc36d9b5f7024199c888aed116 && \
git checkout f87ec2235968acd688a378e7c1ed7e07d9bce43e && \
python -m venv venv && \
venv/bin/pip install -e ".[dev]" '

Expand Down

0 comments on commit f226900

Please sign in to comment.