update_manager: bump pip version

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-12-28 10:30:51 -05:00
parent 19422819da
commit 36b5b9f4dd
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if TYPE_CHECKING:
from ..machine import Machine
from ..file_manager.file_manager import FileManager
MIN_PIP_VERSION = (23, 0)
MIN_PIP_VERSION = (23, 3, 2)
SUPPORTED_CHANNELS = {
AppType.ZIP: [Channel.STABLE, Channel.BETA],