Skip to content

Commit 4a2a433

Browse files
BuildXL-PipelinesBuildXL-Pipelines
authored andcommitted
Merged PR 926853: Update Packages
Update packages: python 3.14.3 -> 3.14.5
1 parent 088a22a commit 4a2a433

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cg/nuget/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@
28412841
"Type": "NuGet",
28422842
"NuGet": {
28432843
"Name": "Python",
2844-
"Version": "3.14.3"
2844+
"Version": "3.14.5"
28452845
}
28462846
}
28472847
},

config.microsoftInternal.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const pkgs = isMicrosoftInternal ? [
9797
// Component Governance detection tool and Python runtime for pip detection.
9898
// These are bundled into the BuildXL drop deployed to CloudBuild so GenericBuildRunner can invoke component detection.
9999
{ id: "Microsoft.VisualStudio.Services.Governance.ComponentDetection", version: "2026.5.4.2036", dependentPackageIdsToSkip: ["*"], osSkip: [ "macOS", "unix" ] },
100-
{ id: "Python", version: "3.14.3", dependentPackageIdsToSkip: ["*"], osSkip: [ "macOS", "unix" ] },
100+
{ id: "Python", version: "3.14.5", dependentPackageIdsToSkip: ["*"], osSkip: [ "macOS", "unix" ] },
101101

102102
] : [
103103

0 commit comments

Comments
 (0)