From 7741af0ee4b7ef0b6d50488d29ae86365f5bd8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:09:30 +0000 Subject: [PATCH] fix(deps): update python to ~3.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e30638e249..0a1e966b525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ "Alexander Piskun ", "Edward Ly ", ] -dependencies.python = "~3.12" +dependencies.python = "~3.14.0" dependencies.bleach = "^6.0.0" dependencies.defusedxml = "^0.7.1" dependencies.django = "~4.2.27"