Skip to content

Commit

Permalink
{Packaging} Bump cryptography from 2.8 to 3.2 (#15687)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2021
1 parent 3739c5e commit 1f87589
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'argcomplete~=1.8',
'azure-cli-telemetry==1.0.6.*',
'colorama~=0.4.1',
'cryptography>=3.2,<3.4',
'humanfriendly>=4.7,<10.0',
'jmespath',
'knack==0.8.0rc2',
Expand Down
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 @@ -94,7 +94,7 @@ cffi==1.14.4
chardet==3.0.4
colorama==0.4.1
ConfigArgParse==0.14.0
cryptography==2.8
cryptography==3.3.2
fabric==2.4.0
humanfriendly==9.1
idna==2.8
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 @@ -94,7 +94,7 @@ cffi==1.14.4
chardet==3.0.4
colorama==0.4.1
ConfigArgParse==0.14.0
cryptography==2.8
cryptography==3.3.2
fabric==2.4.0
humanfriendly==9.1
idna==2.8
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 @@ -93,7 +93,7 @@ certifi==2019.6.16
cffi==1.14.4
chardet==3.0.4
colorama==0.4.1
cryptography==2.8
cryptography==3.3.2
fabric==2.4.0
humanfriendly==9.1
idna==2.8
Expand Down
1 change: 0 additions & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
'azure-synapse-accesscontrol~=0.2.0',
'azure-synapse-artifacts~=0.3.0',
'azure-synapse-spark~=0.2.0',
'cryptography>=2.3.1,<3.0.0',
'fabric~=2.4',
'jsmin~=2.2.2',
'pytz==2019.1',
Expand Down

0 comments on commit 1f87589

Please sign in to comment.