From 77138c77df44c5d15fb3f62c005ef584cef4df7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:38:48 +0000 Subject: [PATCH] Update Python to v3.14.4 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05b32f9090..a75e0a08e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "hato-bot" version = "3.0.5" description = "愛嬌のあるBot" -requires-python = "==3.14.3" +requires-python = "==3.14.4" dependencies = [ "python-dotenv==1.2.2", "requests==2.33.1", diff --git a/uv.lock b/uv.lock index 4bfcfe1d4b..225f665491 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.14.3" +requires-python = "==3.14.4" [[package]] name = "aiohappyeyeballs"