Skip to content

Commit 1efdfec

Browse files
authored
Update v3 Python Worker Version to 1.1.11 (#7105)
* Update v3 Python Worker Version to 1.1.11 * Update release_notes.md
1 parent 7424f56 commit 1efdfec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/python.props

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

release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- My change description (#PR)
44
-->
55
- Updated HTTP extension to [3.0.10](https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.0.10)
6-
- Updated Python Worker Version to [1.1.10](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10)
76
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810)
7+
- Update Python Worker Version to [1.1.11](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.11)
88
- Updated Node.js Worker Version to [2.1.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.0)
99
- Updated Java Worker Version to [1.8.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.1)
1010
- Updated PowerShell Worker to [3.0.629](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.629) (PS7) and [3.0.630](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.630) (PS6)

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

+1-1
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.1.1.10" />
52+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.11" />
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)