From 2232b577649baa791933b06f97f5ceda759ce1ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:58:22 +0000 Subject: [PATCH 1/2] build(deps): bump python-telegram-bot from 22.1 to 22.2 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 22.1 to 22.2. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v22.1...v22.2) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a22928d..a2d9be2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,2 +1,2 @@ paho-mqtt==2.1.0 -python-telegram-bot==22.1 +python-telegram-bot==22.2 From 36ac411471d3a188285475bb3edbddc2db028e0b Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Wed, 2 Jul 2025 18:19:37 +0200 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccb561..03b99f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 (#75) - build(deps): bump docker/build-push-action from 6.16.0 to 6.18.0 (#77) - build(deps): bump python-telegram-bot from 22.0 to 22.1 (#78) +- build(deps): bump python-telegram-bot from 22.1 to 22.2 (#80) ### Bug Fixes