Skip to content

Commit d41deb5

Browse files
committed
pyproject: update mpy-cross versions to v1.1.1
There was a bug in v1.1.0 that caused the MPY output on Windows to be corrupted. This was fixed in v1.1.1.
1 parent 416348d commit d41deb5

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ include = [
3636
[tool.poetry.dependencies]
3737
argcomplete = ">=3.6.2"
3838
bleak = ">=0.22.0"
39-
mpy-cross-v5 = ">=1.1.0"
39+
mpy-cross-v5 = ">=1.1.1"
40+
mpy-cross-v6 = ">=1.1.1"
4041
tqdm = ">=4.62.3"
4142
pyusb = ">=1.0.2"
4243
semver = ">=2.13.0"
4344
appdirs = ">=1.4.4"
4445
prompt-toolkit = ">=3.0.18"
45-
mpy-cross-v6 = ">=1.1.0"
4646
packaging = ">=22"
4747
typing-extensions = ">=4.3.0"
4848
reactivex = {version = ">=4.0.4", python = "<4"}

0 commit comments

Comments
 (0)