Skip to content

Commit

Permalink
{Packaging} Update websocket-client for python3 compatibility (#21502)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcella authored Mar 7, 2022
1 parent 1c021d9 commit f29ea8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ tabulate==0.8.9
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
websocket-client==1.3.1
wrapt==1.11.2
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ tabulate==0.8.9
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
websocket-client==1.3.1
wrapt==1.11.2
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ tabulate==0.8.9
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
websocket-client==1.3.1
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
'six>=1.10.0', # six is still used by countless extensions
'sshtunnel~=0.1.4',
'urllib3[secure]',
'websocket-client~=0.56.0',
'websocket-client~=1.3.1',
'xmltodict~=0.12'
]

Expand Down

0 comments on commit f29ea8c

Please sign in to comment.