Skip to content

build(deps): Bump python-telegram-bot from 20.0a4 to 20.0a6#32

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-telegram-bot-20.0a6
Closed

build(deps): Bump python-telegram-bot from 20.0a4 to 20.0a6#32
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-telegram-bot-20.0a6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps python-telegram-bot from 20.0a4 to 20.0a6.

Release notes

Sourced from python-telegram-bot's releases.

v20.0a6

Version 20.0a6

Released 2022-11-24

This is the technical changelog for version 20.0a6. More elaborate release notes can be found in the news channel @​pythontelegrambotchannel.

Bug Fixes

  • Only Persist Arbitrary callback_data if ExtBot.callback_data_cache is Present (#3384)
  • Improve Backwards Compatibility of TelegramObjects Pickle Behavior (#3382)
  • Fix Naming and Keyword Arguments of File.download_* Methods (#3380)
  • Fix Return Value Annotation of Chat.create_forum_topic (#3381)

v20.0a5

Version 20.0a5

Released 2022-11-22

This is the technical changelog for version 20.0a5. More elaborate release notes can be found in the news channel @​pythontelegrambotchannel.

Major Changes

  • API 6.3 (#3346, #3343, #3342, #3360)
  • Explicit local_mode Setting (#3154)
  • Make Almost All 3rd Party Dependencies Optional (#3267)
  • Split File.download Into File.download_to_drive And File.download_to_memory (#3223)

New Features

  • Add Properties for API Settings of Bot (#3247)
  • Add chat_id and username Parameters to ChatJoinRequestHandler (#3261)
  • Introduce TelegramObject.api_kwargs (#3233)
  • Add Two Constants Related to Local Bot API Servers (#3296)
  • Add recursive Parameter to TelegramObject.to_dict() (#3276)
  • Overhaul String Representation of TelegramObject (#3234)
  • Add Methods Chat.mention_{html, markdown, markdown_v2} (#3308)
  • Add constants.MessageLimit.DEEP_LINK_LENGTH (#3315)
  • Add Shortcut Parameters caption, parse_mode and caption_entities to Bot.send_media_group (#3295)
  • Add Several New Enums To Constants (#3351)

Bug Fixes

  • Fix CallbackQueryHandler Not Handling Non-String Data Correctly With Regex Patterns (#3252)
  • Fix Defaults Handling in Bot.answer_web_app_query (#3362)

... (truncated)

Changelog

Sourced from python-telegram-bot's changelog.

Version 20.0a6

Released 2022-11-24

This is the technical changelog for version 20.0a6. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

Bug Fixes

  • Only Persist Arbitrary callback_data if ExtBot.callback_data_cache is Present ([#3384](https://github.com/python-telegram-bot/python-telegram-bot/issues/3384)_)
  • Improve Backwards Compatibility of TelegramObjects Pickle Behavior ([#3382](https://github.com/python-telegram-bot/python-telegram-bot/issues/3382)_)
  • Fix Naming and Keyword Arguments of File.download_* Methods ([#3380](https://github.com/python-telegram-bot/python-telegram-bot/issues/3380)_)
  • Fix Return Value Annotation of Chat.create_forum_topic ([#3381](https://github.com/python-telegram-bot/python-telegram-bot/issues/3381)_)

.. _[#3384](https://github.com/python-telegram-bot/python-telegram-bot/issues/3384): python-telegram-bot/python-telegram-bot#3384 .. _[#3382](https://github.com/python-telegram-bot/python-telegram-bot/issues/3382): python-telegram-bot/python-telegram-bot#3382 .. _[#3380](https://github.com/python-telegram-bot/python-telegram-bot/issues/3380): python-telegram-bot/python-telegram-bot#3380 .. _[#3381](https://github.com/python-telegram-bot/python-telegram-bot/issues/3381): python-telegram-bot/python-telegram-bot#3381

Version 20.0a5

Released 2022-11-22

This is the technical changelog for version 20.0a5. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

Major Changes

  • API 6.3 ([#3346](https://github.com/python-telegram-bot/python-telegram-bot/issues/3346), [#3343](https://github.com/python-telegram-bot/python-telegram-bot/issues/3343), [#3342](https://github.com/python-telegram-bot/python-telegram-bot/issues/3342), [#3360](https://github.com/python-telegram-bot/python-telegram-bot/issues/3360))
  • Explicit local_mode Setting ([#3154](https://github.com/python-telegram-bot/python-telegram-bot/issues/3154)_)
  • Make Almost All 3rd Party Dependencies Optional ([#3267](https://github.com/python-telegram-bot/python-telegram-bot/issues/3267)_)
  • Split File.download Into File.download_to_drive And File.download_to_memory ([#3223](https://github.com/python-telegram-bot/python-telegram-bot/issues/3223)_)

New Features

  • Add Properties for API Settings of Bot ([#3247](https://github.com/python-telegram-bot/python-telegram-bot/issues/3247)_)
  • Add chat_id and username Parameters to ChatJoinRequestHandler ([#3261](https://github.com/python-telegram-bot/python-telegram-bot/issues/3261)_)
  • Introduce TelegramObject.api_kwargs ([#3233](https://github.com/python-telegram-bot/python-telegram-bot/issues/3233)_)
  • Add Two Constants Related to Local Bot API Servers ([#3296](https://github.com/python-telegram-bot/python-telegram-bot/issues/3296)_)
  • Add recursive Parameter to TelegramObject.to_dict() ([#3276](https://github.com/python-telegram-bot/python-telegram-bot/issues/3276)_)
  • Overhaul String Representation of TelegramObject ([#3234](https://github.com/python-telegram-bot/python-telegram-bot/issues/3234)_)
  • Add Methods Chat.mention_{html, markdown, markdown_v2} ([#3308](https://github.com/python-telegram-bot/python-telegram-bot/issues/3308)_)
  • Add constants.MessageLimit.DEEP_LINK_LENGTH ([#3315](https://github.com/python-telegram-bot/python-telegram-bot/issues/3315)_)
  • Add Shortcut Parameters caption, parse_mode and caption_entities to Bot.send_media_group ([#3295](https://github.com/python-telegram-bot/python-telegram-bot/issues/3295)_)
  • Add Several New Enums To Constants ([#3351](https://github.com/python-telegram-bot/python-telegram-bot/issues/3351)_)

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 20.0a4 to 20.0a6.
- [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/commits)

---
updated-dependencies:
- dependency-name: python-telegram-bot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #36.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/pip/python-telegram-bot-20.0a6 branch December 19, 2022 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants