From 13035ced595abc942cfc99e1c5fbec19d3cef1cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 4 Sep 2024 11:48:30 +0300 Subject: [PATCH] Upgrade the build engine to the latest version of SCons (4.8.1) --- HISTORY.rst | 2 +- platformio/dependencies.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 85c2bfaf..e98d3110 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -22,7 +22,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. ~~~~~~~~~~~~~~~~~~~ * Introduced the `PLATFORMIO_SYSTEM_TYPE `__ environment variable, enabling manual override of the detected system type for greater flexibility and control in custom build environments -* Upgraded the build engine to the latest version of SCons (4.8.0) to improve build performance, reliability, and compatibility with other tools and systems (`release notes `__) +* Upgraded the build engine to the latest version of SCons (4.8.1) to improve build performance, reliability, and compatibility with other tools and systems (`release notes `__) * Upgraded the `Doctest `__ testing framework to version 2.4.11, the `GoogleTest `__ to version 1.15.2, and the `Unity `__ to version 2.6.0, incorporating the latest features and improvements for enhanced testing capabilities * Corrected an issue where the incorrect public class was imported for the ``DoctestTestRunner`` (`issue #4949 `_) diff --git a/platformio/dependencies.py b/platformio/dependencies.py index e2a8fc23..952ec9b3 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -21,7 +21,7 @@ def get_core_dependencies(): return { "contrib-piohome": "~3.4.2", "contrib-pioremote": "~1.0.0", - "tool-scons": "~4.40800.0", + "tool-scons": "~4.40801.0", "tool-cppcheck": "~1.21100.0", "tool-clangtidy": "~1.150005.0", "tool-pvs-studio": "~7.18.0",