diff --git a/HISTORY.rst b/HISTORY.rst index c65b827a..c36c40b4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,7 @@ PlatformIO Core 6 * Added support for Python 3.11 * Made assets (templates, ``99-platformio-udev.rules``) part of Python's module (`issue #4458 `_) * Import the "zeroconf" module only when a user lists mDNS devices (issue with zeroconf's LGPL license) +* Updated `Clang-Tidy `__ check tool to v15.0.5 with new diagnostics and bugfixes 6.1.5 (2022-11-01) ~~~~~~~~~~~~~~~~~~ diff --git a/platformio/__init__.py b/platformio/__init__.py index fa19e21d..eb542a8d 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -49,7 +49,7 @@ __core_packages__ = { "contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor), "tool-scons": "~4.40400.0", "tool-cppcheck": "~1.270.0", - "tool-clangtidy": "~1.120001.0", + "tool-clangtidy": "~1.150005.0", "tool-pvs-studio": "~7.18.0", }