Skip to content

Commit

Permalink
[build] Fix the urllib3 version in sonic-mgmt-framework (#10149)
Browse files Browse the repository at this point in the history
Fix the urllib3 version in sonic-mgmt-framework constrain file because it is already updated in Dockerfile
  • Loading branch information
qiluo-msft authored and zjswhhh committed Mar 7, 2022
1 parent 931d5c1 commit 126a443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ python-dateutil==2.6.0
requests==2.27.1
six==1.11.0
typing_extensions==4.1.1
urllib3==1.21.1
urllib3==1.26.5
werkzeug==2.0.3
zipp==3.7.0
zipp==3.7.0

0 comments on commit 126a443

Please sign in to comment.