diff --git a/tools/python-static/manifest.yaml b/tools/python-static/manifest.yaml index 1748594e79..5956ed5363 100644 --- a/tools/python-static/manifest.yaml +++ b/tools/python-static/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: python-static -version: "3.13.1.20241206" +version: "3.13.1.20241219" check: ${binary} --version | cut -d' ' -f2 binary: python platforms: diff --git a/tools/python/manifest.yaml b/tools/python/manifest.yaml index c045da05d6..71b3d06be6 100644 --- a/tools/python/manifest.yaml +++ b/tools/python/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: python -version: "3.13.1.20241206" +version: "3.13.1.20241219" check: ${binary} --version | cut -d' ' -f2 platforms: - linux/amd64