From aa6d988d51a0ef961166eb1504d70747c1418262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:47:39 +0000 Subject: [PATCH] fix(deps): update dependency micropython-stubber to v1.20.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fd84295..3a93b4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ typing-extensions = "4.9.0" pydantic = "1.10.15" distlib = "0.3.8" importlib-metadata = { version = "==5.2.0", python = '<3.10' } -micropython-stubber = "==1.16.3" +micropython-stubber = "==1.20.2" libcst = ">=1.1.0,<2.0.0" typer = {version = "0.9.0", extras = ["all"]}