File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.0.14413 " />
3
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.0.14492 " />
4
4
</ItemGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 2
2
<!-- Please add your release notes in the following format:
3
3
- My change description (#PR)
4
4
-->
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 )
7
7
- 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 )
8
8
- Update Java Worker to 1.8.0 [ Release Note] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.0 )
9
9
- Update Java Library to 1.4.0 [ Release Note] ( https://github.com/Azure/azure-functions-java-library )
Original file line number Diff line number Diff line change 49
49
<PackageReference Include =" appinsights.testlogger" Version =" 1.0.0" />
50
50
<PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
51
51
<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 " />
53
53
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
54
54
<PackageReference Include =" Moq" Version =" 4.9.0" />
55
55
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" />
You can’t perform that action at this time.
0 commit comments