Skip to content

Commit

Permalink
fix(deps): update python to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 348f00a commit 32ebac5
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.1
poetry 1.7.1
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.8,<3.12"
python = ">=3.12,<3.13"
boltons = "==23.1.1"
cachier = "2.0.0"
Jinja2 = "3.1.3"
Expand Down

0 comments on commit 32ebac5

Please sign in to comment.