Skip to content

Commit

Permalink
Fix the version of Werkzeug
Browse files Browse the repository at this point in the history
Flask does not pin the version of Werkzeug so it needs to be fixed here.
  • Loading branch information
valo committed Feb 20, 2024
1 parent bc96f2f commit a03a9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ python-dotenv==0.15.0
gunicorn==19.9.0
python-graphql-client==0.4.2
prometheus-client==0.9.0
cachetools==5.3.0
cachetools==5.3.0
Werkzeug==2.2.2

0 comments on commit a03a9f9

Please sign in to comment.