Skip to content

Commit

Permalink
fix(deps): update dependency flask to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent cc05e91 commit 53a4f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["KIMATA Tetsuya <[email protected]>"]

[tool.poetry.dependencies]
"RPi.GPIO" = "^0.7.1"
Flask = "^2.3.2"
Flask = "^3.0.0"
Flask-Cors = "^4.0.0"
PyYAML = "^6.0"
coloredlogs = "^15.0.1"
Expand Down

0 comments on commit 53a4f80

Please sign in to comment.