Skip to content

Commit 2fd3dbf

Browse files
committed
chore(deps): update Python version requirement to >=3.12.4 and add method-override dependency
1 parent 7d70659 commit 2fd3dbf

File tree

2 files changed

+21
-99
lines changed

2 files changed

+21
-99
lines changed

poetry.lock

Lines changed: 19 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ homepage = "https://github.com/marcuxyz/mvc_flask"
1313

1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.8.0,<4.0.0"
16+
python = ">=3.8.0,<3.12.4"
1717
Flask = "3.0.0"
1818
mkdocs-material = "^9.4.8"
19+
method-override = "^0.3.0"
1920

2021
[tool.poetry.group.dev.dependencies]
2122
flask-sqlalchemy = "^3.0.5"

0 commit comments

Comments
 (0)