diff --git a/sdk/communication/azure-communication-chat/setup.py b/sdk/communication/azure-communication-chat/setup.py index 9bc0b5bf374f..cfc9b82eb29b 100644 --- a/sdk/communication/azure-communication-chat/setup.py +++ b/sdk/communication/azure-communication-chat/setup.py @@ -3,11 +3,11 @@ from io import open import re -# example setup.py Feel free to copy the entire "azure-template" folder into a package folder named -# with "azure-". Ensure that the below arguments to setup() are updated to reflect +# example setup.py Feel free to copy the entire "azure-template" folder into a package folder named +# with "azure-". Ensure that the below arguments to setup() are updated to reflect # your package. -# this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way +# this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way # up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging PACKAGE_NAME = "azure-communication-chat" @@ -61,7 +61,7 @@ install_requires=[ 'azure-core<2.0.0,>=1.9.0', 'msrest>=0.6.0', - 'six>=1.6' + 'six>=1.11.0' ], extras_require={ ":python_version<'3.0'": ['azure-communication-nspkg'], diff --git a/sdk/communication/azure-communication-sms/setup.py b/sdk/communication/azure-communication-sms/setup.py index baba27727a8c..e1aee34d5121 100644 --- a/sdk/communication/azure-communication-sms/setup.py +++ b/sdk/communication/azure-communication-sms/setup.py @@ -3,11 +3,11 @@ from io import open import re -# example setup.py Feel free to copy the entire "azure-template" folder into a package folder named -# with "azure-". Ensure that the below arguments to setup() are updated to reflect +# example setup.py Feel free to copy the entire "azure-template" folder into a package folder named +# with "azure-". Ensure that the below arguments to setup() are updated to reflect # your package. -# this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way +# this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way # up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging PACKAGE_NAME = "azure-communication-sms" @@ -65,7 +65,7 @@ install_requires=[ 'azure-core<2.0.0,>=1.9.0', 'msrest>=0.6.0', - 'six>=1.6' + 'six>=1.11.0' ], extras_require={ ":python_version<'3.0'": ['azure-communication-nspkg'], diff --git a/sdk/core/azure-core/setup.py b/sdk/core/azure-core/setup.py index e2c3589f1e86..e9fd1252277d 100644 --- a/sdk/core/azure-core/setup.py +++ b/sdk/core/azure-core/setup.py @@ -68,7 +68,7 @@ }, install_requires=[ 'requests>=2.18.4', - 'six>=1.6', + 'six>=1.11.0', ], extras_require={ ":python_version<'3.0'": ['azure-nspkg'], diff --git a/sdk/cosmos/azure-cosmos/setup.py b/sdk/cosmos/azure-cosmos/setup.py index f3752f5b14ac..a2da46395b8c 100644 --- a/sdk/cosmos/azure-cosmos/setup.py +++ b/sdk/cosmos/azure-cosmos/setup.py @@ -67,7 +67,7 @@ ] ), install_requires=[ - 'six >=1.6', + 'six >=1.11.0', 'azure-core<2.0.0,>=1.0.0' ], extras_require={ diff --git a/sdk/servicebus/azure-servicebus/setup.py b/sdk/servicebus/azure-servicebus/setup.py index a300192bafe6..15558c23601a 100644 --- a/sdk/servicebus/azure-servicebus/setup.py +++ b/sdk/servicebus/azure-servicebus/setup.py @@ -84,7 +84,7 @@ 'msrest>=0.6.17,<2.0.0', 'azure-core<2.0.0,>=1.6.0', "isodate>=0.6.0", - "six>=1.6", + "six>=1.11.0", ], extras_require={ ":python_version<'3.0'": ['azure-nspkg', 'futures'], diff --git a/sdk/textanalytics/azure-ai-textanalytics/setup.py b/sdk/textanalytics/azure-ai-textanalytics/setup.py index d820dd5a71de..d3a76a33431d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/setup.py +++ b/sdk/textanalytics/azure-ai-textanalytics/setup.py @@ -82,7 +82,7 @@ "azure-core<2.0.0,>=1.8.2", "msrest>=0.6.0", 'azure-common~=1.1', - 'six>=1.6', + 'six>=1.11.0', ], extras_require={ ":python_version<'3.0'": ['azure-ai-nspkg'], diff --git a/shared_requirements.txt b/shared_requirements.txt index e83f5d230fd1..a4274945c5b8 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -115,7 +115,7 @@ certifi>=2017.4.17 aiohttp>=3.0 aiodns>=2.0 python-dateutil>=2.8.0 -six>=1.6 +six>=1.11.0 isodate>=0.6.0 avro<2.0.0,>=1.10.0 #override azure azure-keyvault~=1.0 @@ -188,5 +188,5 @@ opentelemetry-sdk==0.16b1 #override azure-opentelemetry-exporter-azuremonitor msrest>=0.6.10 #override azure-core-tracing-opentelemetry opentelemetry-api==0.13b0 #override azure-identity six>=1.12.0 -#override azure-ai-formrecognizer six>=1.11.0 -#override azure-ai-metricsadvisor six>=1.11.0 +#override azure-ai-formrecognizer +#override azure-ai-metricsadvisor