donBarbos / telegram-bot-template

🤖 Template for telegram bot using postgres, pgbouncer, redis, docker, amplitude, prometheus, grafana, CI
GNU Lesser General Public License v3.0
240 stars 49 forks source link

chore(deps-dev): bump aiogram from 3.12.0 to 3.13.0 #314

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps aiogram from 3.12.0 to 3.13.0.

Release notes

Sourced from aiogram's releases.

Bot API 7.10

What's Changed

Full Changelog: https://github.com/aiogram/aiogram/compare/v3.12.0...v3.13.0

Changelog

Sourced from aiogram's changelog.

3.13.0 (2024-09-08)

Features

    • Added updates about purchased paid media, represented by the class :class:aiogram.types.paid_media_purchased.PaidMediaPurchased and the field :code:purchased_paid_media in the class :class:aiogram.types.update.Update.
    • Added the ability to specify a payload in :class:aiogram.methods.send_paid_media.SendPaidMedia that is received back by the bot in :class:aiogram.types.transaction_partner_user.TransactionPartnerUser and :code:purchased_paid_media updates.
    • Added the field :code:prize_star_count to the classes :class:aiogram.types.giveaway_created.GiveawayCreated, :class:aiogram.types.giveaway.Giveaway, :class:aiogram.types.giveaway_winners.GiveawayWinners and :class:aiogram.types.chat_boost_source_giveaway.ChatBoostSourceGiveaway.
    • Added the field :code:is_star_giveaway to the class :class:aiogram.types.giveaway_completed.GiveawayCompleted. [#1510](https://github.com/aiogram/aiogram/issues/1510) <https://github.com/aiogram/aiogram/issues/1510>_
  • Added missing method aliases such as .answer(), .reply(), and others to InaccessibleMessage. This change ensures consistency and improves usability by aligning the functionality of InaccessibleMessage with the Message type. [#1574](https://github.com/aiogram/aiogram/issues/1574) <https://github.com/aiogram/aiogram/issues/1574>_

Bugfixes

  • Fixed link preview options to use global defaults in various types and methods to use global defaults for link_preview_options. This change ensures consistency and enhances flexibility in handling link preview options across different components. [#1543](https://github.com/aiogram/aiogram/issues/1543) <https://github.com/aiogram/aiogram/issues/1543>_
Commits
  • 6cebbe2 Resolve error created by the dependabot.
  • d9419ba Bump version
  • 3da419c Update newly generated shortcuts to Bot API 7.10
  • 386fc44 Feature/aliases inaccessible message (#1575)
  • e8fc890 Bot API 7.10 (#1570)
  • fb1e5ca Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#1571)
  • f10414c Restrict 2.0 CLI version
  • e1d9bd5 Bump CLI version
  • 627ee09 Fixed link preview options to use global defaults in some types and methods (...
  • See full diff in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)