Skip to content

Commit

Permalink
chore(deps): update mypy and micropython-stubber
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed May 18, 2023
1 parent 179c29d commit 0392503
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 40 deletions.
92 changes: 54 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dpath = "==1.5.0"
GitPython = "==3.1.31"
packaging = "==21.3"
python-minifier = "==2.9.0"
mypy = "==1.0.1"
mypy = "==1.2.0"
## rshell is broken on windows (with python >=3.10) due to pyreadline dependency.
rshell = [
{ version = "^0.0.31", platform = "win32", python = "<3.10" },
Expand All @@ -65,7 +65,7 @@ typing-extensions = "4.5.0"
pydantic = "1.10.7"
distlib = "0.3.6"
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
micropython-stubber = "==1.13.1.post1"
micropython-stubber = "==1.13.7"
libcst = "0.4.9"
typer = {version = "0.9.0", extras = ["all"]}

Expand Down

0 comments on commit 0392503

Please sign in to comment.