Skip to content

Commit

Permalink
Bump flask to 2.3.3 and werkzeug to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 18, 2023
1 parent dee0249 commit adaa4db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
flask==2.2.5
flask==2.2.5;python_version<"3.7"
flask==2.3.3;python_version>="3.8"
python-dotenv==0.21.0
rq==1.11.1
redis==5.0.1
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.20.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Werkzeug==2.3.7;python_version>="3.8"
Werkzeug==2.3.8;python_version>="3.8"

0 comments on commit adaa4db

Please sign in to comment.