Bump python-telegram-bot from 13.12 to 21.6
Bumps python-telegram-bot from 13.12 to 21.6.
Release notes
Sourced from python-telegram-bot's releases.
v21.6
Version 21.6
Released 2024-09-19
This is the technical changelog for version 21.6. More elaborate release notes can be found in the news channel
@pythontelegrambotchannel.New Features
- Full Support for Bot API 7.10 (#4461 closes #4459, #4460, #4463 by aelkheir, #4464)
- Add Parameter
httpx_kwargstoHTTPXRequest(#4451 closes #4424)Minor Changes
- Improve Type Completeness (#4466)
Internal Changes
- Update Python 3.13 Test Suite to RC2 (#4471)
- Enforce the
offline_botFixture inTest*WithoutRequest(#4465)- Make Tests for
telegram.extIndependent of Networking (#4454)- Rename Testing Base Classes (#4453)
Dependency Updates
- Bump
pytestfrom 8.3.2 to 8.3.3 (#4475)v21.5
Version 21.5
Released 2024-09-01
This is the technical changelog for version 21.5. More elaborate release notes can be found in the news channel
@pythontelegrambotchannel.Major Changes
New Features
- Add
MessageEntity.shift_entitiesandMessageEntity.concatenate(#4376 closes #4372)- Add Parameter
game_patterntoCallbackQueryHandler(#4353 by@jainamoswalcloses #4269)- Add Parameter
read_file_handletoInputFile(#4388 closes #4339)Documentation Improvements
- Bugfix for "Available In" Admonitions (#4413)
- Documentation Improvements (#4400 closes #4446, #4448 by
@Palaptin)- Document Return Types of
RequestDataMembers (#4396)- Add Introductory Paragraphs to Telegram Types Subsections (#4389 by
@mohdyusuf2312closes #4380)- Start Adapting to RTD Addons (#4386)
Minor and Internal Changes
- Remove Surplus Logging from
UpdaterNetwork Loop (#4432 by@MartinHjelmare)- Add Internal Constants for Encodings (#4378 by
@elpekenin)- Improve PyPI Automation (#4375 closes #4373)
- Update Test Suite to New Test Channel Setup (#4435)
- Improve Fixture Usage in
test_message.py(#4431 by@Palaptin)
... (truncated)
Changelog
Sourced from python-telegram-bot's changelog.
Version 21.6
Released 2024-09-19
This is the technical changelog for version 21.6. More elaborate release notes can be found in the news channel
@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.New Features
- Full Support for Bot API 7.10 (:pr:
4461closes :issue:4459, :pr:4460, :pr:4463byaelkheir <https://github.com/aelkheir>_, :pr:4464)- Add Parameter
httpx_kwargstoHTTPXRequest(:pr:4451closes :issue:4424)Minor Changes
- Improve Type Completeness (:pr:
4466)Internal Changes
- Update Python 3.13 Test Suite to RC2 (:pr:
4471)- Enforce the
offline_botFixture inTest*WithoutRequest(:pr:4465)- Make Tests for
telegram.extIndependent of Networking (:pr:4454)- Rename Testing Base Classes (:pr:
4453)Dependency Updates
- Bump
pytestfrom 8.3.2 to 8.3.3 (:pr:4475)Version 21.5
Released 2024-09-01
This is the technical changelog for version 21.5. More elaborate release notes can be found in the news channel
@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.Major Changes
- Full Support for Bot API 7.9 (:pr:
4429)- Full Support for Bot API 7.8 (:pr:
4408)New Features
- Add
MessageEntity.shift_entitiesandMessageEntity.concatenate(:pr:4376closes :issue:4372)- Add Parameter
game_patterntoCallbackQueryHandler(:pr:4353byjainamoswal <https://github.com/jainamoswal>_ closes :issue:4269)- Add Parameter
read_file_handletoInputFile(:pr:4388closes :issue:4339)
... (truncated)
Commits
e314e78Bump Version to v21.6 (#4486)67a97aeAPI 7.10 (#4461, #4460, #4463, #4464)9248c53Bumppytestfrom 8.3.2 to 8.3.3 (#4475)6b5e46cImprove Type Completeness (#4466)b3155b2Update Python 3.13 Test Suite to RC2 (#4471)ec909e6Enforce theoffline_botFixture inTest*WithoutRequest(#4465)1223e85Add Parameterhttpx_kwargstoHTTPXRequest(#4451)0b352b0Make Tests fortelegram.extIndependent of Networking (#4454)b9d2efdRename Testing Base Classes (#4453)8c692d1Bump Version to v21.5 (#4449)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)