Skip to content

Commit 04925df

Browse files
authored
[build] Fix the urllib3 version in sonic-mgmt-framework (#10149)
Fix the urllib3 version in sonic-mgmt-framework constrain file because it is already updated in Dockerfile
1 parent 53f2142 commit 04925df

File tree

1 file changed

+2
-2
lines changed
  • files/build/versions/dockers/docker-sonic-mgmt-framework

1 file changed

+2
-2
lines changed

files/build/versions/dockers/docker-sonic-mgmt-framework/versions-py3

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ python-dateutil==2.6.0
2121
requests==2.27.1
2222
six==1.11.0
2323
typing_extensions==4.1.1
24-
urllib3==1.21.1
24+
urllib3==1.26.5
2525
werkzeug==2.0.3
26-
zipp==3.7.0
26+
zipp==3.7.0

0 commit comments

Comments
 (0)