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] authored Oct 8, 2024
1 parent 6824057 commit d966105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp = "^3.9.3"
awesome-slugify = "^1.6.5"
bugsnag = "^4.6.1"
CairoSVG = "^2.7.1"
Flask = "^2.3.3"
Flask = "^3.0.3"
Flask-Caching = "^2.0.1"
Flask-WTF = "^1.2.1"
graphene = "^3.2.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defusedxml==0.7.1
# via cairosvg
dnspython==2.6.1
# via pymongo
flask==2.3.3
flask==3.0.3
# via
# flask-caching
# flask-wtf
Expand Down

0 comments on commit d966105

Please sign in to comment.