From 003b4fee1e32f394b503622628db472b86b91458 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sat, 16 Nov 2024 16:03:54 +0100 Subject: [PATCH 1/3] Update dependency "wheel" to version 0.45 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index 69531684c..8b73975cc 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -11,6 +11,6 @@ pylint >= 3.3, < 3.4 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 -wheel >= 0.44, < 0.45 +wheel >= 0.45, < 0.46 yamlfix >= 1.17, < 1.18 yapf >= 0.40, < 0.41 From cf6dd610aba9663fcaadb9d58130ac68c7c810d1 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sat, 16 Nov 2024 16:05:07 +0100 Subject: [PATCH 2/3] Update dependency "yapf" to version 0.43 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index 8b73975cc..e9b827c1d 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -13,4 +13,4 @@ scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 wheel >= 0.45, < 0.46 yamlfix >= 1.17, < 1.18 -yapf >= 0.40, < 0.41 +yapf >= 0.43, < 0.44 From e69f154ca69a79453f79084a5d7e75fdbe99ec7d Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:22:31 +0000 Subject: [PATCH 3/3] [Bot] Merge bugfix into feature branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index a8839f70d..d33c3a212 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.11.2 \ No newline at end of file +0.12.0 \ No newline at end of file