From f5e860622936c0fd7c88d5f16c14993ac133cf43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:33:21 +0000 Subject: [PATCH] build(deps): bump python-telegram-bot from 21.11.1 to 22.6 Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 21.11.1 to 22.6. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.11.1...v22.6) --- updated-dependencies: - dependency-name: python-telegram-bot dependency-version: '22.6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 +++++++++++---------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 959277b..c4430c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1844,29 +1844,30 @@ trio = ["trio (>=0.24)"] [[package]] name = "python-telegram-bot" -version = "21.11.1" +version = "22.6" description = "We have made you a wrapper you can't refuse" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_telegram_bot-21.11.1-py3-none-any.whl", hash = "sha256:17f933a7a0569f519d9b672e06d71c29ab3688f1ec575ba59a3ca37922481113"}, - {file = "python_telegram_bot-21.11.1.tar.gz", hash = "sha256:2abda5202f27a838f35e8140e5292af0f4f8fad6c2e5123b2defadd5f4e8ca02"}, + {file = "python_telegram_bot-22.6-py3-none-any.whl", hash = "sha256:e598fe171c3dde2dfd0f001619ee9110eece66761a677b34719fb18934935ce0"}, + {file = "python_telegram_bot-22.6.tar.gz", hash = "sha256:50ae8cc10f8dff01445628687951020721f37956966b92a91df4c1bf2d113742"}, ] [package.dependencies] -httpx = ">=0.27,<1.0" +httpcore = {version = ">=1.0.9", markers = "python_version >= \"3.14\""} +httpx = ">=0.27,<0.29" [package.extras] -all = ["aiolimiter (>=1.1,<1.3)", "apscheduler (>=3.10.4,<3.12.0)", "cachetools (>=5.3.3,<5.6.0)", "cffi (>=1.17.0rc1) ; python_version > \"3.12\"", "cryptography (>=39.0.1)", "httpx[http2]", "httpx[socks]", "tornado (>=6.4,<7.0)"] -callback-data = ["cachetools (>=5.3.3,<5.6.0)"] -ext = ["aiolimiter (>=1.1,<1.3)", "apscheduler (>=3.10.4,<3.12.0)", "cachetools (>=5.3.3,<5.6.0)", "tornado (>=6.4,<7.0)"] +all = ["aiolimiter (>=1.1,<1.3)", "apscheduler (>=3.10.4,<3.12.0)", "cachetools (>=5.3.3,<6.3.0)", "cffi (>=1.17.0rc1) ; python_version > \"3.12\"", "cryptography (>=39.0.1)", "httpx[http2]", "httpx[socks]", "tornado (>=6.5,<7.0)"] +callback-data = ["cachetools (>=5.3.3,<6.3.0)"] +ext = ["aiolimiter (>=1.1,<1.3)", "apscheduler (>=3.10.4,<3.12.0)", "cachetools (>=5.3.3,<6.3.0)", "tornado (>=6.5,<7.0)"] http2 = ["httpx[http2]"] job-queue = ["apscheduler (>=3.10.4,<3.12.0)"] passport = ["cffi (>=1.17.0rc1) ; python_version > \"3.12\"", "cryptography (>=39.0.1)"] rate-limiter = ["aiolimiter (>=1.1,<1.3)"] socks = ["httpx[socks]"] -webhooks = ["tornado (>=6.4,<7.0)"] +webhooks = ["tornado (>=6.5,<7.0)"] [[package]] name = "referencing" @@ -2283,4 +2284,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "58fc800f8910bdf33bc605a7fee520cea7d0b4fbd9d81d9e191e24c86f50bdba" +content-hash = "fd51e99a31d004cb05eacd35b0a735a50b910e37a14f6ee823f619951ef731a5" diff --git a/pyproject.toml b/pyproject.toml index c0a4eb7..2ea023c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ telegramma = 'telegramma.main:main' [tool.poetry.dependencies] python = "^3.10" -python-telegram-bot = "^21.6" +python-telegram-bot = "^22.6" sebaubuntu-libs = "^1.5.0" twrpdtgen = "^3.0.0" deepl = "^1.22.0"