Skip to content

Commit 9d8162b

Browse files
committed
bump questionary version
1 parent f5267fb commit 9d8162b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ "${mode}" = "none" ] && [ "$backup" = "none" ]; then # no mode or backup w
9595
echo "pip not found. Installing pip..."
9696
python3 -m pip install --upgrade pip
9797
fi
98-
pip3 install questionary==2.1.0 --break-system-packages
98+
pip3 install questionary==2.1.1 --break-system-packages
9999
python3 install.py "$@"
100100
pip3 uninstall questionary -y
101101
exit

0 commit comments

Comments
 (0)