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