Skip to content

Commit fdc94b8

Browse files
committed
Bump mitmproxy from 11.0.0 to 11.1.3
1 parent 31ae812 commit fdc94b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitor/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)