diff --git a/requirements.txt b/requirements.txt index f675b43fd86..6faea37bd91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # basic -setuptools==40.0.0 -wheel==0.31.1 -pip~=9.0.1 +setuptools==78.1.1 +wheel==0.38.1 +pip~=25.3.0 diff --git a/scripts/dependency/requirements.Darwin.external.txt b/scripts/dependency/requirements.Darwin.external.txt index bc4a4f0b0bb..008da7e3300 100644 --- a/scripts/dependency/requirements.Darwin.external.txt +++ b/scripts/dependency/requirements.Darwin.external.txt @@ -59,18 +59,18 @@ azure-mgmt-trafficmanager==0.50.0 azure-mgmt-web==0.40.0 azure-multiapi-storage==0.2.2 azure-nspkg==2.0.0 -azure-storage-blob==1.1.0 +azure-storage-blob==12.13.0 azure-storage-common==1.1.0 azure-storage-nspkg==3.0.0 bcrypt==3.1.4 -certifi==2018.8.24 +certifi==2024.7.4 cffi==1.11.5 chardet==3.0.4 colorama==0.3.9 -cryptography==2.3.1 +cryptography==44.0.1 entrypoints==0.2.3 humanfriendly==4.16.1 -idna==2.7 +idna==3.7 isodate==0.6.0 jmespath==0.9.3 keyring==15.1.0 @@ -79,7 +79,7 @@ mock==2.0.0 msrest==0.5.5 msrestazure==0.4.34 oauthlib==2.1.0 -paramiko==2.4.1 +paramiko==2.4.2 pbr==4.2.0 portalocker==1.2.1 prompt-toolkit==1.0.15 @@ -87,19 +87,19 @@ pyasn1==0.4.4 pycparser==2.18 pydocumentdb==2.3.3 Pygments==2.2.0 -PyJWT==1.6.4 +PyJWT==2.4.0 PyNaCl==1.2.1 pyOpenSSL==18.0.0 python-dateutil==2.7.3 pytz==2018.5 -PyYAML==3.13 -requests==2.19.1 +PyYAML==5.4 +requests==2.32.4 requests-oauthlib==1.0.0 scp==0.11.0 six==1.11.0 sshtunnel==0.1.4 tabulate==0.8.2 -urllib3==1.23 +urllib3==2.5.0 vsts-cd-manager==1.0.2 wcwidth==0.1.7 websocket-client==0.53.0 diff --git a/scripts/dependency/requirements.Linux.external.txt b/scripts/dependency/requirements.Linux.external.txt index 04a1fe3ea2f..2ac3d694116 100644 --- a/scripts/dependency/requirements.Linux.external.txt +++ b/scripts/dependency/requirements.Linux.external.txt @@ -59,18 +59,18 @@ azure-mgmt-trafficmanager==0.50.0 azure-mgmt-web==0.40.0 azure-multiapi-storage==0.2.2 azure-nspkg==2.0.0 -azure-storage-blob==1.1.0 +azure-storage-blob==12.13.0 azure-storage-common==1.1.0 azure-storage-nspkg==3.0.0 bcrypt==3.1.4 -certifi==2018.8.24 +certifi==2024.7.4 cffi==1.11.5 chardet==3.0.4 colorama==0.3.9 -cryptography==2.3.1 +cryptography==44.0.1 entrypoints==0.2.3 humanfriendly==4.16.1 -idna==2.7 +idna==3.7 isodate==0.6.0 jeepney==0.3.1 jmespath==0.9.3 @@ -80,7 +80,7 @@ mock==2.0.0 msrest==0.5.5 msrestazure==0.4.34 oauthlib==2.1.0 -paramiko==2.4.1 +paramiko==2.4.2 pbr==4.2.0 portalocker==1.2.1 prompt-toolkit==1.0.15 @@ -88,20 +88,20 @@ pyasn1==0.4.4 pycparser==2.18 pydocumentdb==2.3.3 Pygments==2.2.0 -PyJWT==1.6.4 +PyJWT==2.4.0 PyNaCl==1.2.1 pyOpenSSL==18.0.0 python-dateutil==2.7.3 pytz==2018.5 -PyYAML==3.13 -requests==2.19.1 +PyYAML==5.4 +requests==2.32.4 requests-oauthlib==1.0.0 scp==0.11.0 SecretStorage==3.1.0 six==1.11.0 sshtunnel==0.1.4 tabulate==0.8.2 -urllib3==1.23 +urllib3==2.5.0 vsts-cd-manager==1.0.2 wcwidth==0.1.7 websocket-client==0.53.0 diff --git a/scripts/release/homebrew/docker/requirements.txt b/scripts/release/homebrew/docker/requirements.txt index e568a786dcf..97db6f4402a 100644 --- a/scripts/release/homebrew/docker/requirements.txt +++ b/scripts/release/homebrew/docker/requirements.txt @@ -1,4 +1,4 @@ homebrew-pypi-poet~=0.10.0 -jinja2~=2.10 +jinja2~=3.1 requests>=2.20.0 -cryptography >=2.0.0,<2.5 \ No newline at end of file +cryptography >=2.0.0,<46.1 \ No newline at end of file diff --git a/src/command_modules/azure-cli-acr/setup.py b/src/command_modules/azure-cli-acr/setup.py index 333e996aca5..d6110b775ec 100644 --- a/src/command_modules/azure-cli-acr/setup.py +++ b/src/command_modules/azure-cli-acr/setup.py @@ -32,7 +32,7 @@ DEPENDENCIES = [ 'azure-cli-core', 'azure-mgmt-storage==3.1.1', - 'azure-storage-blob==1.3.1', + 'azure-storage-blob==12.13.0', 'azure-mgmt-containerregistry==2.7.0', ] diff --git a/src/command_modules/azure-cli-appservice/setup.py b/src/command_modules/azure-cli-appservice/setup.py index 3c62fea4236..8dba6eb301f 100644 --- a/src/command_modules/azure-cli-appservice/setup.py +++ b/src/command_modules/azure-cli-appservice/setup.py @@ -40,7 +40,7 @@ 'urllib3[secure]>=1.18', 'xmltodict', 'fabric>=2.4', - 'cryptography<2.5', + 'cryptography<46.1', 'pyOpenSSL', 'six', 'vsts-cd-manager<1.1.0', diff --git a/src/command_modules/azure-cli-batchai/setup.py b/src/command_modules/azure-cli-batchai/setup.py index 9568f24414c..fa9820f27f6 100644 --- a/src/command_modules/azure-cli-batchai/setup.py +++ b/src/command_modules/azure-cli-batchai/setup.py @@ -33,7 +33,7 @@ DEPENDENCIES = [ 'azure-mgmt-storage==3.1.1', 'azure-mgmt-batchai==2.0.0', - 'azure-storage-blob==1.3.1', + 'azure-storage-blob==12.13.0', 'azure-cli-core', 'mock>=2.0.0', 'sshtunnel' diff --git a/src/command_modules/azure-cli-extension/setup.py b/src/command_modules/azure-cli-extension/setup.py index 63c63145383..8ba72fa2f94 100644 --- a/src/command_modules/azure-cli-extension/setup.py +++ b/src/command_modules/azure-cli-extension/setup.py @@ -33,7 +33,7 @@ DEPENDENCIES = [ 'azure-cli-core', 'pip', - 'wheel==0.30.0', + 'wheel==0.38.1', ] with open('README.rst', 'r', encoding='utf-8') as f: