Skip to content

Commit 3b7074e

Browse files
authored
Update Python v3 worker to Microsoft.Azure.Functions.PythonWorker.3.0.14492.nupkg (#6724)
1 parent 6b4f51e commit 3b7074e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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="3.0.14413" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14492" />
44
</ItemGroup>
55
</Project>

release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Update Python Worker to 1.1.5 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.5)
6-
- Update Python Library to 1.3.1 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.1)
5+
- Update Python Worker to 1.1.6 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.6)
6+
- Update Python Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.4.0)
77
- Update PowerShell Worker to 3.0.552 (PS6) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.552) and 3.0.549 (PS7) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.549)
88
- Update Java Worker to 1.8.0 [Release Note](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.0)
99
- Update Java Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-java-library)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5050
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5151
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
52-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14413" />
52+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.14492" />
5353
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5454
<PackageReference Include="Moq" Version="4.9.0" />
5555
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)