Skip to content

Commit 319e9c4

Browse files
{Packaging} Bump pynacl to1.6.2, cffi to 2.0.0 (#32610)
1 parent c9a5cb0 commit 319e9c4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ azure-synapse-managedprivateendpoints==0.4.0
9595
azure-synapse-spark==0.7.0
9696
bcrypt==3.2.0
9797
certifi==2024.7.4
98-
cffi==1.17.1
98+
cffi==2.0.0
9999
chardet==5.2.0
100100
colorama==0.4.6
101101
cryptography==44.0.1
@@ -121,7 +121,7 @@ psutil==6.1.0
121121
pycomposefile==0.0.34
122122
PyGithub==1.55
123123
PyJWT==2.10.1
124-
PyNaCl==1.5.0
124+
PyNaCl==1.6.2
125125
pyOpenSSL==25.0.0
126126
PySocks==1.7.1
127127
python-dateutil==2.8.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ azure-synapse-managedprivateendpoints==0.4.0
9595
azure-synapse-spark==0.7.0
9696
bcrypt==3.2.0
9797
certifi==2024.7.4
98-
cffi==1.17.1
98+
cffi==2.0.0
9999
chardet==5.2.0
100100
colorama==0.4.6
101101
cryptography==44.0.1
@@ -122,7 +122,7 @@ psutil==6.1.0
122122
pycomposefile==0.0.34
123123
PyGithub==1.55
124124
PyJWT==2.10.1
125-
PyNaCl==1.5.0
125+
PyNaCl==1.6.2
126126
pyOpenSSL==25.0.0
127127
PySocks==1.7.1
128128
python-dateutil==2.8.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ azure-synapse-managedprivateendpoints==0.4.0
9595
azure-synapse-spark==0.7.0
9696
bcrypt==3.2.0
9797
certifi==2024.7.4
98-
cffi==1.17.1
98+
cffi==2.0.0
9999
chardet==5.2.0
100100
colorama==0.4.6
101101
cryptography==44.0.1
@@ -122,7 +122,7 @@ pycomposefile==0.0.34
122122
PyGithub==1.55
123123
PyJWT==2.10.1
124124
pymsalruntime==0.18.1
125-
PyNaCl==1.5.0
125+
PyNaCl==1.6.2
126126
pyOpenSSL==25.0.0
127127
PySocks==1.7.1
128128
python-dateutil==2.8.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'paramiko>=2.0.8,<4.0.0',
148148
'pycomposefile>=0.0.34',
149149
'PyGithub~=1.38',
150-
'PyNaCl~=1.5.0',
150+
'PyNaCl~=1.6.2',
151151
'scp~=0.13.2',
152152
'semver~=3.0',
153153
'setuptools',

0 commit comments

Comments
 (0)