File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
2323
2424 sudo -u mitmproxyuser -H bash -e -c ' cd /Users/mitmproxyuser && \
2525 python -m venv venv && \
26- venv/bin/pip install mitmproxy==11.0.0 requests==2.32.3'
26+ venv/bin/pip install mitmproxy==11.1.3 requests==2.32.3'
2727
2828 # install requests for mitm plugin
2929 sudo cp mitm_plugin.py /Users/mitmproxyuser/mitm_plugin.py
@@ -130,7 +130,7 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
130130 # install mitmproxy
131131 sudo -u mitmproxyuser -H bash -e -c ' cd ~ && \
132132 "$(command -v python3.12 || command -v python3)" -m venv venv && \
133- venv/bin/pip install mitmproxy==11.0.0 requests==2.32.3'
133+ venv/bin/pip install mitmproxy==11.1.3 requests==2.32.3'
134134
135135 sudo cp mitm_plugin.py /home/mitmproxyuser/mitm_plugin.py
136136 sudo -u mitmproxyuser -H bash -e -c " cd /home/mitmproxyuser && \
You can’t perform that action at this time.
0 commit comments