Skip to content

Commit 11a5015

Browse files
fix(deps): pin dependencies
1 parent f361a04 commit 11a5015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
micropy = 'micropy.app:app'
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.9,<3.12"
40+
python = "==3.11.13"
4141
boltons = "==23.1.1"
4242
cachier = "2.3.0"
4343
Jinja2 = "3.1.4"
@@ -52,7 +52,7 @@ dpath = "==1.5.0"
5252
GitPython = "==3.1.43"
5353
packaging = "==21.3"
5454
python-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.
5757
rshell = [
5858
{ version = "^0.0.31", platform = "win32", python = "<3.10" },
@@ -66,7 +66,7 @@ pydantic = "1.10.16"
6666
distlib = "0.3.8"
6767
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
6868
micropython-stubber = "==1.23.2"
69-
libcst = ">=1.1.0,<2.0.0"
69+
libcst = "==1.1.0"
7070
typer = {version = "0.12.3", extras = ["all"]}
7171

7272
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)