Skip to content

Commit 857476a

Browse files
authored
[Containerapp] Fix #32594: az containerapp compose create: Fix TypeError when docker-compose file include env_file without environment (#32601)
1 parent 811d5ad commit 857476a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pbr==5.3.1
118118
pkginfo==1.8.2
119119
portalocker==2.3.2
120120
psutil==6.1.0
121-
pycomposefile==0.0.32
121+
pycomposefile==0.0.34
122122
PyGithub==1.55
123123
PyJWT==2.10.1
124124
PyNaCl==1.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pbr==5.3.1
119119
pkginfo==1.8.2
120120
portalocker==2.3.2
121121
psutil==6.1.0
122-
pycomposefile==0.0.32
122+
pycomposefile==0.0.34
123123
PyGithub==1.55
124124
PyJWT==2.10.1
125125
PyNaCl==1.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pbr==5.3.1
118118
pkginfo==1.8.2
119119
portalocker==2.3.2
120120
psutil==6.1.0
121-
pycomposefile==0.0.32
121+
pycomposefile==0.0.34
122122
PyGithub==1.55
123123
PyJWT==2.10.1
124124
pymsalruntime==0.18.1

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
'jsondiff~=2.0.0',
146146
'packaging>=20.9',
147147
'paramiko>=2.0.8,<4.0.0',
148-
'pycomposefile>=0.0.32',
148+
'pycomposefile>=0.0.34',
149149
'PyGithub~=1.38',
150150
'PyNaCl~=1.5.0',
151151
'scp~=0.13.2',

0 commit comments

Comments
 (0)