Skip to content

Commit

Permalink
Update dependency flask to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzaxak committed Oct 1, 2023
1 parent 732022c commit 5af0847
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
40 changes: 26 additions & 14 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "clickup_report"}]
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.28.2"
flask = "^2.2.3"
flask = "^3.0.0"
python-dotenv = "^1.0.0"
gunicorn = "^20.1.0"
pandas = "^2.1.0"
Expand Down

0 comments on commit 5af0847

Please sign in to comment.