From 7c7404c67923375586a6e609e0c0783c1f2bfb91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:50:36 +0000 Subject: [PATCH] Update dependency python-telegram-bot to v22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f96c25..6220e83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "flask (>=3.1.0,<4.0.0)", "waitress (>=3.0.2,<4.0.0)", "twilio (>=9.4.6,<10.0.0)", - "python-telegram-bot (<20)", + "python-telegram-bot (<23)", "prometheus-client (>=0.21.1,<0.22.0)", ]