Skip to content

Commit

Permalink
fix(dp): Pin Werkzeug dependency in Protocol Controller (magma#12336)
Browse files Browse the repository at this point in the history
Werkzeug dependency was not pinned in requirements,
which caused test fails on CI.

Signed-off-by: Kuba Marciniszyn <kuba@freedomfi.com>
  • Loading branch information
jkmar authored and emakeev committed Aug 5, 2022
1 parent 1404b4d commit 28f9f26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ grpcio==1.37.1
grpcio-tools==1.37.1
parameterized==0.8.1
pytest==6.2.3
Werkzeug==2.0.3

0 comments on commit 28f9f26

Please sign in to comment.