From 5d1c980a4f59d85e25e31cee739fd36957746750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:48:00 +0000 Subject: [PATCH] chore(deps): update python to v3.14.2 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43f002c..dfe3d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "personal-website" version = "0.1.0" description = "Matthias Schoettle's personal website" readme = "README.md" -requires-python = "==3.14.1" +requires-python = "==3.14.2" dependencies = [ "markdown-callouts==0.4.0", "mkdocs-git-revision-date-localized-plugin==1.5.0", diff --git a/uv.lock b/uv.lock index e9ffd63..4e511f7 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.14.1" +requires-python = "==3.14.2" [[package]] name = "babel"