From c85b13903e19eceb9a858db2fa51ed4a0986c8aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:22:04 +0000 Subject: [PATCH] Update Python to ~3.13.0 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index a542063..6141ccd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1258,5 +1258,5 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" -python-versions = "~3.12" -content-hash = "9ed2643bf13718f7f8ae9537e1b2f67d967a9149db947742814e92e005ecf786" +python-versions = "~3.13.0" +content-hash = "8fe48eb48d6b2904f4491e3a47d658db1c51b1aacf933ce9a80ef70df59d358f" diff --git a/pyproject.toml b/pyproject.toml index 8b35f6f..e267fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ celery = "~5.3.6" flask = {extras = ["async"], version = "^3.0.0"} peewee = "~3.17.0" pystmark = "~0.5.3" -python = "~3.12" +python = "~3.13.0" python-dotenv = "^1.0.0" python-telegram-bot = "^20.7" redis = "^5.0.1"