From cdbb473e501567c46b8a7c41d065fc7e8ab87fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:21:48 +0000 Subject: [PATCH] Bump python-telegram-bot from 21.5 to 21.6 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.5 to 21.6. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.5...v21.6) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21b0ea0..1f9a329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["bot", "scraping", "telegram"] license = { text = "MIT" } classifiers = ["Programming Language :: Python :: 3"] dependencies = [ - "python-telegram-bot==21.5", + "python-telegram-bot==21.6", "pydantic==2.9.2", "loguru==0.7.2", "playwright==1.47.0",