From 78b3d4280f7d456fb0990ff5294ea10d4fd0577c Mon Sep 17 00:00:00 2001 From: Thomas Spear Date: Wed, 22 Feb 2023 19:07:54 -0600 Subject: [PATCH] Patch CVE in cryptography package by upgrading cryptography to 39.0.1 and pyOpenSSL to 23.0.0 Signed-off-by: Thomas Spear --- src/azure-cli/requirements.py3.Darwin.txt | 4 ++-- src/azure-cli/requirements.py3.Linux.txt | 4 ++-- src/azure-cli/requirements.py3.windows.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 10bf330c1d3..e75958ab633 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -96,7 +96,7 @@ certifi==2022.12.7 cffi==1.15.0 chardet==3.0.4 colorama==0.4.4 -cryptography==38.0.4 +cryptography==39.0.1 fabric==2.4.0 humanfriendly==10.0 idna==2.8 @@ -124,7 +124,7 @@ PyGithub==1.55 PyJWT==2.4.0 PyMySQL==1.0.2 PyNaCl==1.5.0 -pyOpenSSL==22.1.0 +pyOpenSSL==23.0.0 python-dateutil==2.8.0 requests-oauthlib==1.2.0 requests[socks]==2.26.0 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index f9d52cd209a..0a72ce1bc6c 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -96,7 +96,7 @@ certifi==2022.12.7 cffi==1.15.0 chardet==3.0.4 colorama==0.4.4 -cryptography==38.0.4 +cryptography==39.0.1 distro==1.6.0 fabric==2.4.0 humanfriendly==10.0 @@ -125,7 +125,7 @@ PyGithub==1.55 PyJWT==2.4.0 PyMySQL==1.0.2 PyNaCl==1.5.0 -pyOpenSSL==22.1.0 +pyOpenSSL==23.0.0 python-dateutil==2.8.0 requests-oauthlib==1.2.0 requests[socks]==2.26.0 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index ea6a4249d18..36604087a16 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -96,7 +96,7 @@ certifi==2022.12.7 cffi==1.15.0 chardet==3.0.4 colorama==0.4.4 -cryptography==38.0.4 +cryptography==39.0.1 fabric==2.4.0 humanfriendly==10.0 idna==2.8 @@ -126,7 +126,7 @@ PyJWT==2.4.0 PyMySQL==1.0.2 PyNaCl==1.5.0 pyodbc==4.0.35 -pyOpenSSL==22.1.0 +pyOpenSSL==23.0.0 python-dateutil==2.8.0 pywin32==305 requests-oauthlib==1.2.0