Skip to content

Commit

Permalink
Pin Werkzeug to version 2.3.7
Browse files Browse the repository at this point in the history
Version 3.0.0, which has just been released is
incompatible with our current Flask version
  • Loading branch information
stsnel committed Oct 3, 2023
1 parent 0623234 commit cadef20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Flask-SQLAlchemy==3.0.3",
"Flask-wtf==1.1.1",
"psycopg2-binary==2.9.5",
"requests==2.31.0"
"requests==2.31.0",
"Werkzeug==2.3.7"
],
)

0 comments on commit cadef20

Please sign in to comment.