Skip to content

Commit eb38788

Browse files
committed
chore(pyproject.toml): update python and Flask dependencies to latest compatible versions for improved features and security
1 parent cb35b3b commit eb38788

File tree

2 files changed

+24
-57
lines changed

2 files changed

+24
-57
lines changed

poetry.lock

Lines changed: 22 additions & 55 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ homepage = "https://github.com/marcuxyz/mvc_flask"
1313

1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.8.0,<4.0.0"
17-
Flask = "3.0.0"
16+
python = ">=3.9.0,<4.0.0"
17+
Flask = "3.1.0"
1818
mkdocs-material = "^9.4.8"
1919

2020
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)