AutisticShark / Chevereto-Telegram-Bot

Python Telegram Bot for Chevereto
https://t.me/jpg_dog_bot
GNU General Public License v3.0
7 stars 1 forks source link

Bump python-telegram-bot from 13.4.1 to 13.5 #64

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps python-telegram-bot from 13.4.1 to 13.5.

Release notes

Sourced from python-telegram-bot's releases.

v13.5

Version 13.5

Released 2021-04-30

Major Changes:

  • Full support of Bot API 5.2 (#2489).

    Note: The start_parameter argument of Bot.send_invoice and the corresponding shortcuts is now optional, so the order of parameters had to be changed. Make sure to update your method calls accordingly.

  • Update ChatActions, Deprecating ChatAction.RECORD_AUDIO and ChatAction.UPLOAD_AUDIO (#2460)

New Features:

  • Convenience Utilities & Example for Handling ChatMemberUpdated (#2490)
  • Filters.forwarded_from (#2446)

Minor changes, CI improvements, Doc fixes and Type hinting:

  • Improve Timeouts in ConversationHandler (#2417)
  • Stabilize CI (#2480)
  • Doc Fixes (#2437)
  • Improve Type Hints of Data Filters (#2456)
  • Add Two UserWarnings (#2464)
  • Improve Code Quality (#2450)
  • Update Fallback Test-Bots (#2451)
  • Improve Examples (#2441, #2448)
Changelog

Sourced from python-telegram-bot's changelog.

Version 13.5

Released 2021-04-30

Major Changes:

  • Full support of Bot API 5.2 ([#2489](https://github.com/python-telegram-bot/python-telegram-bot/issues/2489)_).

    .. note:: The start_parameter argument of Bot.send_invoice and the corresponding shortcuts is now optional, so the order of parameters had to be changed. Make sure to update your method calls accordingly.

  • Update ChatActions, Deprecating ChatAction.RECORD_AUDIO and ChatAction.UPLOAD_AUDIO ([#2460](https://github.com/python-telegram-bot/python-telegram-bot/issues/2460)_)

New Features:

  • Convenience Utilities & Example for Handling ChatMemberUpdated ([#2490](https://github.com/python-telegram-bot/python-telegram-bot/issues/2490)_)
  • Filters.forwarded_from ([#2446](https://github.com/python-telegram-bot/python-telegram-bot/issues/2446)_)

Minor changes, CI improvements, Doc fixes and Type hinting:

  • Improve Timeouts in ConversationHandler ([#2417](https://github.com/python-telegram-bot/python-telegram-bot/issues/2417)_)
  • Stabilize CI ([#2480](https://github.com/python-telegram-bot/python-telegram-bot/issues/2480)_)
  • Doc Fixes ([#2437](https://github.com/python-telegram-bot/python-telegram-bot/issues/2437)_)
  • Improve Type Hints of Data Filters ([#2456](https://github.com/python-telegram-bot/python-telegram-bot/issues/2456)_)
  • Add Two UserWarnings ([#2464](https://github.com/python-telegram-bot/python-telegram-bot/issues/2464)_)
  • Improve Code Quality ([#2450](https://github.com/python-telegram-bot/python-telegram-bot/issues/2450)_)
  • Update Fallback Test-Bots ([#2451](https://github.com/python-telegram-bot/python-telegram-bot/issues/2451)_)
  • Improve Examples ([#2441](https://github.com/python-telegram-bot/python-telegram-bot/issues/2441), [#2448](https://github.com/python-telegram-bot/python-telegram-bot/issues/2448))

.. _[#2489](https://github.com/python-telegram-bot/python-telegram-bot/issues/2489): python-telegram-bot/python-telegram-bot#2489 .. _[#2460](https://github.com/python-telegram-bot/python-telegram-bot/issues/2460): python-telegram-bot/python-telegram-bot#2460 .. _[#2490](https://github.com/python-telegram-bot/python-telegram-bot/issues/2490): python-telegram-bot/python-telegram-bot#2490 .. _[#2446](https://github.com/python-telegram-bot/python-telegram-bot/issues/2446): python-telegram-bot/python-telegram-bot#2446 .. _[#2417](https://github.com/python-telegram-bot/python-telegram-bot/issues/2417): python-telegram-bot/python-telegram-bot#2417 .. _[#2480](https://github.com/python-telegram-bot/python-telegram-bot/issues/2480): python-telegram-bot/python-telegram-bot#2480 .. _[#2437](https://github.com/python-telegram-bot/python-telegram-bot/issues/2437): python-telegram-bot/python-telegram-bot#2437 .. _[#2456](https://github.com/python-telegram-bot/python-telegram-bot/issues/2456): python-telegram-bot/python-telegram-bot#2456 .. _[#2464](https://github.com/python-telegram-bot/python-telegram-bot/issues/2464): python-telegram-bot/python-telegram-bot#2464 .. _[#2450](https://github.com/python-telegram-bot/python-telegram-bot/issues/2450): python-telegram-bot/python-telegram-bot#2450 .. _[#2451](https://github.com/python-telegram-bot/python-telegram-bot/issues/2451): python-telegram-bot/python-telegram-bot#2451 .. _[#2441](https://github.com/python-telegram-bot/python-telegram-bot/issues/2441): python-telegram-bot/python-telegram-bot#2441 .. _[#2448](https://github.com/python-telegram-bot/python-telegram-bot/issues/2448): python-telegram-bot/python-telegram-bot#2448

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