Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent f361a04 commit dc56cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
micropy = 'micropy.app:app'

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = "==3.11.9"
boltons = "==23.1.1"
cachier = "2.3.0"
Jinja2 = "3.1.4"
Expand All @@ -52,7 +52,7 @@ dpath = "==1.5.0"
GitPython = "==3.1.43"
packaging = "==21.3"
python-minifier = "==2.9.0"
mypy = "^1"
mypy = "1.7.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 @@ -66,7 +66,7 @@ pydantic = "1.10.16"
distlib = "0.3.8"
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
micropython-stubber = "==1.23.2"
libcst = ">=1.1.0,<2.0.0"
libcst = "==1.1.0"
typer = {version = "0.12.3", extras = ["all"]}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit dc56cd7

Please sign in to comment.