Skip to content

Commit

Permalink
Pin werkzeug to 2.0.2 (#123)
Browse files Browse the repository at this point in the history
* Pin werkzeug to 2.0.2 to align with admin and api

* Pinning click and itsdangerous to keep in line with api/admin.

* Pin click as a test dep, not in setup.py
  • Loading branch information
andrewleith committed Jul 6, 2022
1 parent 3b81dee commit 8c567fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ flake8==3.9.1
flake8-print==4.0.0
mypy==0.812
black==21.5b2
click==8.0.1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
# required by both api and admin
"awscli==1.19.58",
"boto3==1.17.58",
"werkzeug==2.0.2",
"itsdangerous==0.24",
],
)

0 comments on commit 8c567fe

Please sign in to comment.