From a4bd7e2616f92ed2ae1280191ea22f8470687977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:32:39 +0000 Subject: [PATCH] chore(deps): update python-telegram-bot requirement Updates the requirements on [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) to permit the latest version. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v20.0...v22.7) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4914816..b9619fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "python-dotenv>=1.0.0", "python-socks>=2.5.3", "onnxruntime<1.24", - "python-telegram-bot>=20.0", + "python-telegram-bot>=22.7", "aiosqlite>=0.19.0", "sqlite-vec>=0.1.1", ]