File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ classifiers = [
3737micropy = ' micropy.app:app'
3838
3939[tool .poetry .dependencies ]
40- python = " >=3.9,<3 .12"
40+ python = " ==3.11 .12"
4141boltons = " ==23.1.1"
4242cachier = " 2.3.0"
4343Jinja2 = " 3.1.4"
@@ -52,7 +52,7 @@ dpath = "==1.5.0"
5252GitPython = " ==3.1.43"
5353packaging = " ==21.3"
5454python-minifier = " ==2.9.0"
55- mypy = " ^1 "
55+ mypy = " 1.7.0 "
5656# # rshell is broken on windows (with python >=3.10) due to pyreadline dependency.
5757rshell = [
5858 { version = " ^0.0.31" , platform = " win32" , python = " <3.10" },
@@ -66,7 +66,7 @@ pydantic = "1.10.16"
6666distlib = " 0.3.8"
6767importlib-metadata = { version = " ==5.2.0" , python = ' <3.10' }
6868micropython-stubber = " ==1.23.2"
69- libcst = " >= 1.1.0,<2.0 .0"
69+ libcst = " == 1.1.0"
7070typer = {version = " 0.12.3" , extras = [" all" ]}
7171
7272[tool .poetry .group .dev .dependencies ]
You can’t perform that action at this time.
0 commit comments