Skip to content

Commit

Permalink
fix(deps): pin python to ==3.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 348f00a commit 8a66e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.8,<3.12"
python = "==3.11.7"
boltons = "==23.1.1"
cachier = "2.0.0"
Jinja2 = "3.1.3"
Expand Down

0 comments on commit 8a66e0c

Please sign in to comment.