From ef033fb003262fdf5ec93ff476fb60fece6392e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:47:28 +0000 Subject: [PATCH] fix(deps): update dependency micropython-stubber to v1.26.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..30e0e8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ typing-extensions = "4.12.2" pydantic = "1.10.16" distlib = "0.3.8" importlib-metadata = { version = "==5.2.0", python = '<3.10' } -micropython-stubber = "==1.23.2" +micropython-stubber = "==1.26.3" libcst = ">=1.1.0,<2.0.0" typer = {version = "0.12.3", extras = ["all"]}