Skip to content

Commit

Permalink
GH-19: Upgrade Flask to 3
Browse files Browse the repository at this point in the history
Requires upgrade to pytest-flask for compatibility.
  • Loading branch information
markhobson committed Dec 7, 2023
1 parent 99acc31 commit 37fdf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"alembic~=1.13.0",
"authlib~=1.2.0",
"dataclass-wizard~=0.22.0",
"flask~=2.3.0",
"flask~=3.0.0",
"govuk-frontend-jinja~=2.7.0",
"gunicorn~=21.2.0",
"inject~=5.2.0",
Expand All @@ -24,7 +24,7 @@ dev = [
"isort~=5.12.0",
"mypy~=1.6.0",
"playwright~=1.40.0",
"pytest-flask~=1.2.0",
"pytest-flask~=1.3.0",
"pytest-playwright~=0.4.0",
"pytest~=7.4.0",
"ruff~=0.1.0",
Expand Down

0 comments on commit 37fdf1e

Please sign in to comment.