From cb6f57b0ee14fb60cc7368315c00ced4020681d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:56:26 +0000 Subject: [PATCH] fix(deps): 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 63b74ba..b24f43c 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.22.1,<0.23.0)", ]