aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2024-02-25 22:45:43 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-26 14:08:49 +0000
commit6d0c25cbf9f0ce2241f56b3c5a22269db80c60f7 (patch)
tree0f0c09085a24a6e288ad3fcc4396dbe9da191f0e
parentd8438d0a3922934fc17671eb45dd7b7377fe37e1 (diff)
Bump setuptools to 69.1.1
Change-Id: Idcdd2afc34c229085b5a3a97c8eb3f359feab5f2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> (cherry picked from commit ae72a51e871e95af5282c743c7498374bdae8c68) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/instructions/common_environment.yaml2
-rw-r--r--coin/instructions/execute_build_instructions.yaml6
-rw-r--r--coin/instructions/execute_test_instructions.yaml6
-rw-r--r--requirements.txt2
4 files changed, 8 insertions, 8 deletions
diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml
index 8cb3c1d50..d914848d9 100644
--- a/coin/instructions/common_environment.yaml
+++ b/coin/instructions/common_environment.yaml
@@ -222,7 +222,7 @@ instructions:
userMessageOnFailure: >
Failed to install dependencies
- type: ExecuteCommand
- command: "python3 -m pip install -U setuptools==67.7.2"
+ command: "python3 -m pip install -U setuptools==69.1.1"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
diff --git a/coin/instructions/execute_build_instructions.yaml b/coin/instructions/execute_build_instructions.yaml
index 4b8fb41c9..2cdc61fcf 100644
--- a/coin/instructions/execute_build_instructions.yaml
+++ b/coin/instructions/execute_build_instructions.yaml
@@ -1,7 +1,7 @@
type: Group
instructions:
- type: ExecuteCommand
- command: "python3 -m pip install -U setuptools==67.7.2"
+ command: "python3 -m pip install -U setuptools==69.1.1"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
@@ -55,7 +55,7 @@ instructions:
property: host.osVersion
contains_value: "Windows_10"
- type: ExecuteCommand
- command: "{{.Env.interpreter}} -m pip install -U pip setuptools==67.7.2 --user"
+ command: "{{.Env.interpreter}} -m pip install -U pip setuptools==69.1.1 --user"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
@@ -75,7 +75,7 @@ instructions:
userMessageOnFailure: >
Failed to execute build instructions on Linux
- type: ExecuteCommand
- command: "c:\\users\\qt\\MSVC.bat {{.Env.PYTHON3_PATH}}\\python.exe -m pip install -U setuptools==67.7.2"
+ command: "c:\\users\\qt\\MSVC.bat {{.Env.PYTHON3_PATH}}\\python.exe -m pip install -U setuptools==69.1.1"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
diff --git a/coin/instructions/execute_test_instructions.yaml b/coin/instructions/execute_test_instructions.yaml
index 23e975ce1..780b27ec7 100644
--- a/coin/instructions/execute_test_instructions.yaml
+++ b/coin/instructions/execute_test_instructions.yaml
@@ -5,7 +5,7 @@ enable_if:
not_contains_value: LicenseCheck
instructions:
- type: ExecuteCommand
- command: "python3 -m pip install -U setuptools==67.7.2"
+ command: "python3 -m pip install -U setuptools==69.1.1"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
@@ -45,7 +45,7 @@ instructions:
userMessageOnFailure: >
Failed to execute test instructions on macOS
- type: ExecuteCommand
- command: "{{.Env.interpreter}} -m pip install -U pip setuptools==67.7.2 --user"
+ command: "{{.Env.interpreter}} -m pip install -U pip setuptools==69.1.1 --user"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
@@ -65,7 +65,7 @@ instructions:
userMessageOnFailure: >
Failed to execute test instructions on Linux
- type: ExecuteCommand
- command: "c:\\users\\qt\\MSVC.bat {{.Env.PYTHON3_PATH}}\\python.exe -m pip install -U pip setuptools==67.7.2 --user"
+ command: "c:\\users\\qt\\MSVC.bat {{.Env.PYTHON3_PATH}}\\python.exe -m pip install -U pip setuptools==69.1.1 --user"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
diff --git a/requirements.txt b/requirements.txt
index 2b279db3b..b89a895ad 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
# Build dependencies
-setuptools==69.0.3
+setuptools==69.1.1
packaging==23.2
build==1.0.3
wheel==0.42.0