Skip to content

Commit 309abe2

Browse files
committed
Init
1 parent 3fb76a9 commit 309abe2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444

4545
DEPENDENCIES = [
46-
'argcomplete~=3.3.0',
46+
'argcomplete~=3.5.2',
4747
'azure-cli-telemetry==1.1.0.*',
4848
'azure-mgmt-core>=1.2.0,<2',
4949
'cryptography',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
antlr4-python3-runtime==4.13.1
22
applicationinsights==0.11.9
3-
argcomplete==3.3.0
3+
argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
antlr4-python3-runtime==4.13.1
22
applicationinsights==0.11.9
3-
argcomplete==3.3.0
3+
argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
antlr4-python3-runtime==4.13.1
22
applicationinsights==0.11.9
3-
argcomplete==3.3.0
3+
argcomplete==3.5.2
44
asn1crypto==0.24.0
55
azure-appconfiguration==1.7.0
66
azure-batch==14.2.0

0 commit comments

Comments
 (0)