From b99ee09d130a66c68442a7a8dde5386a53d92174 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Aug 2026 20:50:07 +0530 Subject: [PATCH] Bump version of python for CVEs --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 544ae5f11..bce7605ff 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -145,10 +145,10 @@ }, { - "name": "python 3.14.6", + "name": "python 3.14.7", "unix": { "file_extension": "tar.xz", - "hash": "sha256:143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c63", + "hash": "sha256:3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f81", "urls": ["https://www.python.org/ftp/python/{version}/Python-{version}.{file_extension}"] } },