Skip to content

Commit

Permalink
fix(deps): update python to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 42b2281 commit ebdba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.11.5
python 3.12.4
poetry 1.8.3
git-chglog 0.15.2
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.9,<3.12"
python = ">=3.12,<3.13"
boltons = "==23.1.1"
cachier = "2.3.0"
Jinja2 = "3.1.4"
Expand Down

0 comments on commit ebdba22

Please sign in to comment.