diff --git a/pyproject.toml b/pyproject.toml index 17a6ad9a1e..3b4d8edc92 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 e039fb2da7..e8c4055e2e 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"