Skip to content

Commit

Permalink
chore(pyproject.toml): update python and Flask dependencies to latest…
Browse files Browse the repository at this point in the history
… compatible versions for improved features and security
  • Loading branch information
marcuxyz committed Nov 23, 2024
1 parent cb35b3b commit eb38788
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 57 deletions.
77 changes: 22 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ homepage = "https://github.com/marcuxyz/mvc_flask"


[tool.poetry.dependencies]
python = ">=3.8.0,<4.0.0"
Flask = "3.0.0"
python = ">=3.9.0,<4.0.0"
Flask = "3.1.0"
mkdocs-material = "^9.4.8"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit eb38788

Please sign in to comment.