Skip to content

Bump platformio from 6.1.19 to 6.2.0 - #806

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/platformio-6.2.0
Open

Bump platformio from 6.1.19 to 6.2.0#806
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/platformio-6.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps platformio from 6.1.19 to 6.2.0.

Release notes

Sourced from platformio's releases.

6.2.0

Changelog

Sourced from platformio's changelog.

6.2.0 (2026-09-05)


* Dropped support for Python 3.6, 3.7 and 3.8, requiring Python 3.9 or newer to run PlatformIO Core (`issue [#5414](https://github.com/platformio/platformio/issues/5414) <https://github.com/platformio/platformio-core/issues/5414>`_)
* Removed support for static code analysis via PVS-Studio following its deprecation by the vendor (`pull [#5360](https://github.com/platformio/platformio/issues/5360) <https://github.com/platformio/platformio-core/pull/5360>`_)
* Added a new ``-p, --port`` option to the `pio run <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#cmdoption-pio-run-p>`__ command, allowing users to set both ``upload_port`` and ``monitor_port`` simultaneously for a more streamlined workflow (`pull [#5429](https://github.com/platformio/platformio/issues/5429) <https://github.com/platformio/platformio-core/pull/5429>`_)
* Added an option to `disable the 99-platformio-udev.rules <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html#disable_udev_rules_check>`__ check, providing greater flexibility in environments where system-level udev configuration is not required (`pull [#5204](https://github.com/platformio/platformio/issues/5204) <https://github.com/platformio/platformio-core/pull/5204>`_)
* Introduced the `PLATFORMIO_DISABLE_UPGRADE_CHECK <https://docs.platformio.org/en/latest/envvars.html#envvar-PLATFORMIO_DISABLE_UPGRADE_CHECK>`__ environment variable, allowing users to disable upgrade availability checks when needed (`pull [#5428](https://github.com/platformio/platformio/issues/5428) <https://github.com/platformio/platformio-core/pull/5428>`_)
* Upgraded the build engine to the latest version of SCons (4.11.1) to improve build performance, reliability, and compatibility with other tools and systems (`release notes <https://github.com/SCons/scons/releases/tag/4.11.1>`__)
* Increased the maximum length of dependency version specifications to support long package URLs in project manifests (`issue [#5459](https://github.com/platformio/platformio/issues/5459) <https://github.com/platformio/platformio-core/issues/5459>`_)
* Handled Windows path length limitations during package extraction by raising a descriptive error with instructions to `enable long paths <https://docs.platformio.org/en/latest/faq/troubleshooting.html#package-manager>`__ when a "FileNotFoundError" occurs (`issue [#5500](https://github.com/platformio/platformio/issues/5500) <https://github.com/platformio/platformio-core/issues/5500>`_)
* Omitted skipped environments and test suites from the |UNITTESTING| summary output when filtering with ``-e`` or ``-f`` options (`issue [#5402](https://github.com/platformio/platformio/issues/5402) <https://github.com/platformio/platformio-core/issues/5402>`_)
* Fixed an issue that could cause an infinite retry loop when a cached package mirror redirect repeatedly failed (`pull [#5435](https://github.com/platformio/platformio/issues/5435) <https://github.com/platformio/platformio-core/pull/5435>`_)
* Fixed an issue where the library integrity metadata was not invalidated after correcting invalid version requirements (`issue [#5232](https://github.com/platformio/platformio/issues/5232) <https://github.com/platformio/platformio-core/issues/5232>`_)
* Fixed an issue where |UNITTESTING| failed on Windows due to improper handling of ``Serial.end()`` (`issue [#5359](https://github.com/platformio/platformio/issues/5359) <https://github.com/platformio/platformio-core/issues/5359>`_)
* Fixed an issue with floating-point precision in duration formatting that caused incorrect millisecond reporting (`issue [#5424](https://github.com/platformio/platformio/issues/5424) <https://github.com/platformio/platformio-core/issues/5424>`_)
* Fixed an issue where the test suite status was incorrectly hardcoded as PASSED (`issue [#5183](https://github.com/platformio/platformio/issues/5183) <https://github.com/platformio/platformio-core/issues/5183>`_)
* Fixed an issue where using a relative path with the ``-d, --project-dir`` option caused `pio device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html>`__ to fail with a "FileNotFoundError" (`pull [#5470](https://github.com/platformio/platformio/issues/5470) <https://github.com/platformio/platformio-core/pull/5470>`_)
* Fixed compatibility with ``pipx``- and ``uvx``-managed environments by ensuring the required ``pip`` dependency is available when installing Python-based tool packages (`issue [#5305](https://github.com/platformio/platformio/issues/5305) <https://github.com/platformio/platformio-core/issues/5305>`_)
* Fixed an issue where debug flags with level specifications (such as ``-g2``) were passed to the standalone assembler, causing fatal compilation errors on ``.s`` files (`issue [#5005](https://github.com/platformio/platformio/issues/5005) <https://github.com/platformio/platformio-core/issues/5005>`_)
* Fixed a security vulnerability where ZIP archives containing relative path traversal entries (e.g., ``../``) could alter permissions or timestamps of files outside the destination directory (`pull [#5499](https://github.com/platformio/platformio/issues/5499) <https://github.com/platformio/platformio-core/pull/5499>`_)
* Fixed an unhandled ``termios`` exception when running `pio device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html>`__ with redirected or non-TTY ``stdin``, replacing the traceback with a clear user error (`pull [#5503](https://github.com/platformio/platformio/issues/5503) <https://github.com/platformio/platformio-core/pull/5503>`_)
* Fixed an issue with improper static analysis report if project is analyzed in verbose mode (`issue [#4943](https://github.com/platformio/platformio/issues/4943) <https://github.com/platformio/platformio-core/issues/4943>`_)
* Fixed an issue where the test framework library was unintentionally removed from the project dependencies when building a project outside of testing mode (`issue [#5388](https://github.com/platformio/platformio/issues/5388) <https://github.com/platformio/platformio-core/issues/5388>`_)
* Fixed an issue where relative header paths provided via ``-include`` build flags were not resolved to absolute paths in ``c_cpp_properties.json``, causing IntelliSense errors (`issue [#5449](https://github.com/platformio/platformio/issues/5449) <https://github.com/platformio/platformio-core/issues/5449>`_)
Commits
  • 9999a43 Merge branch 'release/v6.2.0'
  • 41be83e Bump version to 6.2.0
  • 0a0a187 Omitted skipped environments and test suites // Resolve #5402
  • bf68cff Bump version to 6.2.0rc1
  • 6649f5c Dropped support for Python 3.6, 3.7 and 3.8 // Resolve #5414
  • 9bd69fa Fixed an issue where relative header paths provided via -include build fl...
  • babc32f Mark pioarduino as conflicted extension due to the security issues
  • c90517b Fixed an issue where the test framework library was unintentionally removed f...
  • 698cf8b Apply formatting
  • b71505b Sync docs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [platformio](https://github.com/platformio/platformio) from 6.1.19 to 6.2.0.
- [Release notes](https://github.com/platformio/platformio/releases)
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst)
- [Commits](platformio/platformio-core@v6.1.19...v6.2.0)

---
updated-dependencies:
- dependency-name: platformio
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@dependabot
dependabot Bot requested a review from JanPetterMG as a code owner September 9, 2026 04:43
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@github-actions github-actions Bot added skip-changelog Do not include in release notes scripts Build related labels Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file scripts Build related skip-changelog Do not include in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants