diff --git a/setup.py b/setup.py index 583c94f2af..9d8f8ccbae 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.47.0' +__version__ = '0.47.1' setup( @@ -44,7 +44,7 @@ "cryptography<3.4,>=3.2", "python-digitalocean>=1.16.0", "adal>=1.2.4", - "azure-cli-core>=2.12.0", + "azure-cli-core>=2.26.0", "azure-mgmt-compute>=5.0.0", "azure-mgmt-resource>=10.2.0", "azure-mgmt-cosmosdb>=6.0.0",