Skip to content

Commit

Permalink
{Packaging} Bump fabric to 3.2.2 and invoke to 2.2.0 (Azure#28017)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored and MaxHorstmann committed Jan 19, 2024
1 parent e931327 commit d0b5d32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ cffi==1.15.1
chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
fabric==2.4.0
fabric==3.2.2
humanfriendly==10.0
idna==2.8
invoke==1.2.0
invoke==2.2.0
isodate==0.6.1
javaproperties==0.5.1
Jinja2==3.1.3
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
distro==1.6.0
fabric==2.4.0
fabric==3.2.2
humanfriendly==10.0
idna==2.8
invoke==1.2.0
invoke==2.2.0
isodate==0.6.1
javaproperties==0.5.1
Jinja2==3.1.3
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ cffi==1.15.1
chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
fabric==2.4.0
fabric==3.2.2
humanfriendly==10.0
idna==2.8
invoke==1.2.0
invoke==2.2.0
isodate==0.6.1
javaproperties==0.5.1
Jinja2==3.1.3
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
'colorama~=0.4.4',
# On Linux, the distribution (Ubuntu, Debian, etc) and version are checked for `az feedback`
'distro; sys_platform == "linux"',
'fabric~=2.4',
'fabric~=3.2.2',
'javaproperties~=0.5.1',
'jsondiff~=2.0.0',
'packaging>=20.9',
Expand Down

0 comments on commit d0b5d32

Please sign in to comment.