Skip to content

Commit 75d1e6e

Browse files
authored
Update Python worker to 1.1.4 (#6355)
1 parent bbcdfb5 commit 75d1e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14048" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14118" />
44
</ItemGroup>
55
</Project>

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5252
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5353
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
54-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14048" />
54+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14118" />
5555
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5656
<PackageReference Include="Moq" Version="4.9.0" />
5757
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)