Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry prod(deps): bump python-telegram-bot from 13.1 to 13.2 #12

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps python-telegram-bot from 13.1 to 13.2.

Release notes

Sourced from python-telegram-bot's releases.

v13.2

Version 13.2

Released 2021-02-02

Major Changes:

  • Introduce python-telegram-bot-raw (#2324)
  • Explicit Signatures for Shortcuts (#2240)

New Features:

  • Add Missing Shortcuts to Message (#2330)
  • Rich Comparison for Bot (#2320)
  • Add run_async Parameter to ConversationHandler (#2292)
  • Add New Shortcuts to Chat (#2291)
  • Add New Constant MAX_ANSWER_CALLBACK_QUERY_TEXT_LENGTH (#2282)
  • Allow Passing Custom Filename For All Media (#2249)
  • Handle Bytes as File Input (#2233)

Bug Fixes:

  • Fix Escaping in Nested Entities in Message Properties (#2312)
  • Adjust Calling of Dispatcher.update_persistence (#2285)
  • Add quote kwarg to Message.reply_copy (#2232)
  • ConversationHandler: Docs & edited_channel_post behavior (#2339)

Minor changes, CI improvements, doc fixes and type hinting:

  • Doc Fixes (#2253, #2225)
  • Reduce Usage of typing.Any (#2321)
  • Extend Deeplinking Example (#2335)
  • Add pyupgrade to pre-commit Hooks (#2301)
  • Add PR Template (#2299)
  • Drop Nightly Tests & Update Badges (#2323)
  • Update Copyright (#2289, #2287)
  • Change Order of Class DocStrings (#2256)
  • Add macOS to Test Matrix (#2266)
  • Start Using Versioning Directives in Docs (#2252)
  • Improve Annotations & Docs of Handlers (#2243)
Changelog

Sourced from python-telegram-bot's changelog.

Version 13.2

Released 2021-02-02

Major Changes:

  • Introduce python-telegram-bot-raw ([#2324](https://github.com/python-telegram-bot/python-telegram-bot/issues/2324)_)
  • Explicit Signatures for Shortcuts ([#2240](https://github.com/python-telegram-bot/python-telegram-bot/issues/2240)_)

New Features:

  • Add Missing Shortcuts to Message ([#2330](https://github.com/python-telegram-bot/python-telegram-bot/issues/2330)_)
  • Rich Comparison for Bot ([#2320](https://github.com/python-telegram-bot/python-telegram-bot/issues/2320)_)
  • Add run_async Parameter to ConversationHandler ([#2292](https://github.com/python-telegram-bot/python-telegram-bot/issues/2292)_)
  • Add New Shortcuts to Chat ([#2291](https://github.com/python-telegram-bot/python-telegram-bot/issues/2291)_)
  • Add New Constant MAX_ANSWER_CALLBACK_QUERY_TEXT_LENGTH ([#2282](https://github.com/python-telegram-bot/python-telegram-bot/issues/2282)_)
  • Allow Passing Custom Filename For All Media ([#2249](https://github.com/python-telegram-bot/python-telegram-bot/issues/2249)_)
  • Handle Bytes as File Input ([#2233](https://github.com/python-telegram-bot/python-telegram-bot/issues/2233)_)

Bug Fixes:

  • Fix Escaping in Nested Entities in Message Properties ([#2312](https://github.com/python-telegram-bot/python-telegram-bot/issues/2312)_)
  • Adjust Calling of Dispatcher.update_persistence ([#2285](https://github.com/python-telegram-bot/python-telegram-bot/issues/2285)_)
  • Add quote kwarg to Message.reply_copy ([#2232](https://github.com/python-telegram-bot/python-telegram-bot/issues/2232)_)
  • ConversationHandler: Docs & edited_channel_post behavior ([#2339](https://github.com/python-telegram-bot/python-telegram-bot/issues/2339)_)

Minor changes, CI improvements, doc fixes and type hinting:

  • Doc Fixes ([#2253](https://github.com/python-telegram-bot/python-telegram-bot/issues/2253), [#2225](https://github.com/python-telegram-bot/python-telegram-bot/issues/2225))
  • Reduce Usage of typing.Any ([#2321](https://github.com/python-telegram-bot/python-telegram-bot/issues/2321)_)
  • Extend Deeplinking Example ([#2335](https://github.com/python-telegram-bot/python-telegram-bot/issues/2335)_)
  • Add pyupgrade to pre-commit Hooks ([#2301](https://github.com/python-telegram-bot/python-telegram-bot/issues/2301)_)
  • Add PR Template ([#2299](https://github.com/python-telegram-bot/python-telegram-bot/issues/2299)_)
  • Drop Nightly Tests & Update Badges ([#2323](https://github.com/python-telegram-bot/python-telegram-bot/issues/2323)_)
  • Update Copyright ([#2289](https://github.com/python-telegram-bot/python-telegram-bot/issues/2289), [#2287](https://github.com/python-telegram-bot/python-telegram-bot/issues/2287))
  • Change Order of Class DocStrings ([#2256](https://github.com/python-telegram-bot/python-telegram-bot/issues/2256)_)
  • Add macOS to Test Matrix ([#2266](https://github.com/python-telegram-bot/python-telegram-bot/issues/2266)_)
  • Start Using Versioning Directives in Docs ([#2252](https://github.com/python-telegram-bot/python-telegram-bot/issues/2252)_)
  • Improve Annotations & Docs of Handlers ([#2243](https://github.com/python-telegram-bot/python-telegram-bot/issues/2243)_)

.. _[#2324](https://github.com/python-telegram-bot/python-telegram-bot/issues/2324): python-telegram-bot/python-telegram-bot#2324 .. _[#2240](https://github.com/python-telegram-bot/python-telegram-bot/issues/2240): python-telegram-bot/python-telegram-bot#2240 .. _[#2330](https://github.com/python-telegram-bot/python-telegram-bot/issues/2330): python-telegram-bot/python-telegram-bot#2330 .. _[#2320](https://github.com/python-telegram-bot/python-telegram-bot/issues/2320): python-telegram-bot/python-telegram-bot#2320 .. _[#2292](https://github.com/python-telegram-bot/python-telegram-bot/issues/2292): python-telegram-bot/python-telegram-bot#2292 .. _[#2291](https://github.com/python-telegram-bot/python-telegram-bot/issues/2291): python-telegram-bot/python-telegram-bot#2291 .. _[#2282](https://github.com/python-telegram-bot/python-telegram-bot/issues/2282): python-telegram-bot/python-telegram-bot#2282 .. _[#2249](https://github.com/python-telegram-bot/python-telegram-bot/issues/2249): python-telegram-bot/python-telegram-bot#2249 .. _[#2233](https://github.com/python-telegram-bot/python-telegram-bot/issues/2233): python-telegram-bot/python-telegram-bot#2233 .. _[#2312](https://github.com/python-telegram-bot/python-telegram-bot/issues/2312): python-telegram-bot/python-telegram-bot#2312

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 4, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/python-telegram-bot-13.2 branch from 6a4e6e1 to b1b1955 Compare February 4, 2021 22:27
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@eduzen eduzen merged commit 6f4dd13 into master Feb 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/python-telegram-bot-13.2 branch February 8, 2021 01:43
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant