diff --git a/poetry.lock b/poetry.lock index 48e9b3a..906a261 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1279,5 +1279,5 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" -python-versions = "~3.12" -content-hash = "83d3ca0667627458cbf33481d6891fb6f76e0f1c0d8a786d8afc0891c59df9b9" +python-versions = "~3.14.0" +content-hash = "89a1cb331f8596093347620b80b26dfffa1614a721662aa94a35e2f5130abb1a" diff --git a/pyproject.toml b/pyproject.toml index 9efdc51..e5c31a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ celery = "~5.3.6" flask = {extras = ["async"], version = "^3.0.0"} peewee = "~3.19.0" pystmark = "~0.5.3" -python = "~3.12" +python = "~3.14.0" python-dotenv = "^1.0.0" python-telegram-bot = "^20.7" redis = "^5.0.1"