Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -129,7 +129,7 @@ python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
semver==3.0.0
Copy link
Member

@jiasli jiasli May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency on semver was introduced by #16857. I have left a comment at #16857 (comment).

six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
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 @@ -130,7 +130,7 @@ python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
semver==3.0.0
six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
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 @@ -130,7 +130,7 @@ pywin32==305
requests-oauthlib==1.2.0
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
semver==3.0.0
six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
'PyGithub~=1.38',
'PyNaCl~=1.5.0',
'scp~=0.13.2',
'semver==2.13.0',
'semver==3.0.0',
'six>=1.10.0', # six is still used by countless extensions
'sshtunnel~=0.1.4',
'urllib3[secure]',
Expand Down