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
23
23
24
24
sudo -u mitmproxyuser -H bash -e -c ' cd /Users/mitmproxyuser && \
25
25
python -m venv venv && \
26
- venv/bin/pip install " mitmproxy>=10.4.0" requests'
26
+ venv/bin/pip install mitmproxy==11.0.0 requests==2.32.3 '
27
27
28
28
# install requests for mitm plugin
29
29
sudo cp mitm_plugin.py /Users/mitmproxyuser/mitm_plugin.py
@@ -127,7 +127,7 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
127
127
# install mitmproxy
128
128
sudo -u mitmproxyuser -H bash -e -c ' cd ~ && \
129
129
"$(command -v python3.10 || command -v python3)" -m venv venv && \
130
- venv/bin/pip install " mitmproxy>=10.4.0" requests'
130
+ venv/bin/pip install mitmproxy==11.0.0 requests==2.32.3 '
131
131
132
132
sudo cp mitm_plugin.py /home/mitmproxyuser/mitm_plugin.py
133
133
sudo -u mitmproxyuser -H bash -e -c " cd /home/mitmproxyuser && \
You can’t perform that action at this time.
0 commit comments