From 74fc8a3c61952eb75d66a9b348f0e2607af16c59 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 15 Aug 2023 20:05:30 +0000 Subject: [PATCH] Update python buildpack version to 1.1.5 --- buildpacks/python/VERSION | 2 +- buildpacks/python/buildpack.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpacks/python/VERSION b/buildpacks/python/VERSION index 1b87bcd0..314c3d71 100644 --- a/buildpacks/python/VERSION +++ b/buildpacks/python/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/buildpacks/python/buildpack.toml b/buildpacks/python/buildpack.toml index 996b3a33..197f1064 100644 --- a/buildpacks/python/buildpack.toml +++ b/buildpacks/python/buildpack.toml @@ -8,7 +8,7 @@ api = "0.7" [buildpack] id = "kn-fn/python-function" name = "Python Function Buildpack" -version = "1.1.4" +version = "1.1.5" sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"] [[stacks]]