From d51efa65f231ac2d5188e56270f953b8ffbdea62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:43:47 +0000 Subject: [PATCH] Bump platformio from 6.1.19 to 6.2.0 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](https://github.com/platformio/platformio/compare/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] --- pyproject.toml | 2 +- uv.lock | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43c83f00..a40d00cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ packaging = [ "packaging==26.3", ] platformio = [ - "platformio==6.1.19", + "platformio==6.2.0", ] ruff = [ "ruff==0.15.22", diff --git a/uv.lock b/uv.lock index 15f89371..5392735a 100644 --- a/uv.lock +++ b/uv.lock @@ -458,7 +458,7 @@ dev = [ ] nodejs = [{ name = "nodejs-wheel", specifier = "==24.16.0" }] packaging = [{ name = "packaging", specifier = "==26.3" }] -platformio = [{ name = "platformio", specifier = "==6.1.19" }] +platformio = [{ name = "platformio", specifier = "==6.2.0" }] ruff = [{ name = "ruff", specifier = "==0.15.22" }] scons = [{ name = "scons", specifier = "==4.11.0" }] scripts = [ @@ -1004,9 +1004,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/36/54/0169bc772ec491108b62f644f8ecf1fe5d8ae5ebafde2ee2142210166903/pillow-12.3.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:04f01d28a6aaff387bf842a13be313df23ba0597a44f1a976c9feb3c6ff4711a", size = 7231786, upload-time = "2026-07-01T11:56:35.046Z" }, ] +[[package]] +name = "pip" +version = "26.2.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/ae/15/4500e320e6b101ec3b719ae85b697d9940b6cda672bc555bd6016fc60c6f/pip-26.2.1.tar.gz", hash = "sha256:f6ad667e89a1fe78046c8f13232b247200f5258d7828f3f7883d660878e0813f", size = 1848877, upload-time = "2026-08-04T22:51:14.148Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f3/6e/1736e5b4ae2b778ef2f81c47d797de9f891d4d8acb047a24ca37a60294dd/pip-26.2.1-py3-none-any.whl", hash = "sha256:71138adf1f4ca900cdb7d289c21b7494329f2332b6d85f0e1c42108c0384ed3e", size = 1816632, upload-time = "2026-08-04T22:51:12.472Z" }, +] + [[package]] name = "platformio" -version = "6.1.19" +version = "6.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "ajsonrpc" }, @@ -1015,6 +1024,7 @@ dependencies = [ { name = "click" }, { name = "colorama" }, { name = "marshmallow" }, + { name = "pip" }, { name = "pyelftools" }, { name = "pyserial" }, { name = "requests" }, @@ -1024,9 +1034,9 @@ dependencies = [ { name = "uvicorn" }, { name = "wsproto" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3d/a8/e5a87ead3e0c25c054fa9dbfcc5e3ad3bca5b830f691fea820ca618fcc3e/platformio-6.1.19.tar.gz", hash = "sha256:7b53eaa36fcba554411b669eab845626da7c4b90fa6aaee9fe9f1875d82f5f54", size = 240844, upload-time = "2026-02-04T13:40:59.523Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6d/97/b81e15f7ca42a8f9623b25d8962df31d34ddec006c033cad7b04a9819e29/platformio-6.2.0.tar.gz", hash = "sha256:880ea06734908b3d6c0a96598ca7be572c2b6755585784aa63a201bbdfb8c59d", size = 240130, upload-time = "2026-09-05T19:57:09.792Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cf/15/ecb78457241aef59977cafe52b521ed99c7f42e78016d55bbaa953a2b6ae/platformio-6.1.19-py3-none-any.whl", hash = "sha256:4f93b00cf2759035d76ebece4840a3274096f7343ee5bba56cbc0bc3ce2eb6f5", size = 421133, upload-time = "2026-02-04T13:40:56.306Z" }, + { url = "https://files.pythonhosted.org/packages/bf/98/6c5cc249129c72b076ca238a435c48b48568d866c12890e01ee50fb8f322/platformio-6.2.0-py3-none-any.whl", hash = "sha256:c3de675539f90cbd51466dd326f2fb64c7b83a54c7229b6c30c55865a85eddc2", size = 418578, upload-time = "2026-09-05T19:57:08.569Z" }, ] [[package]]