Skip to content

Commit

Permalink
fix(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 348f00a commit 5f75f45
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.2
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 5f75f45

Please sign in to comment.