Skip to content

Commit 0392503

Browse files
committed
chore(deps): update mypy and micropython-stubber
Signed-off-by: Braden Mars <[email protected]>
1 parent 179c29d commit 0392503

File tree

2 files changed

+56
-40
lines changed

2 files changed

+56
-40
lines changed

poetry.lock

+54-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dpath = "==1.5.0"
5252
GitPython = "==3.1.31"
5353
packaging = "==21.3"
5454
python-minifier = "==2.9.0"
55-
mypy = "==1.0.1"
55+
mypy = "==1.2.0"
5656
## rshell is broken on windows (with python >=3.10) due to pyreadline dependency.
5757
rshell = [
5858
{ version = "^0.0.31", platform = "win32", python = "<3.10" },
@@ -65,7 +65,7 @@ typing-extensions = "4.5.0"
6565
pydantic = "1.10.7"
6666
distlib = "0.3.6"
6767
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
68-
micropython-stubber = "==1.13.1.post1"
68+
micropython-stubber = "==1.13.7"
6969
libcst = "0.4.9"
7070
typer = {version = "0.9.0", extras = ["all"]}
7171

0 commit comments

Comments
 (0)