Skip to content

Commit

Permalink
build(deps): bump flask from 2.2.2 to 2.3.3 and werkzeug from 2.3.7 t…
Browse files Browse the repository at this point in the history
…o 2.3.8 in /client (#460)

Co-authored-by: David Liu <david@cs.toronto.edu>
  • Loading branch information
dependabot[bot] and david-yz-liu authored Dec 18, 2023
1 parent b1b7321 commit 8a66df7
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.2
flask==2.2.5;python_version<"3.8"
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 8a66df7

Please sign in to comment.