fix(installer): bump setuptools to ~=67.3 (#2387)

This commit is contained in:
Jonas L 2023-03-22 10:15:57 +01:00 committed by GitHub
parent d800c5e280
commit e992d7147e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ section "Python3"
install_packages python3 python3-pip python3-wheel install_packages python3 python3-pip python3-wheel
info "upgrading python3 tools" info "upgrading python3 tools"
$PIP install --upgrade setuptools~=58.0 $PIP install --upgrade setuptools~=67.3
# Install Shared and API client # Install Shared and API client
######################################################################################## ########################################################################################