Skip to content

Update aiogram requirement from ~=2.25 to ~=3.20#38

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-approx-eq-3.20
Closed

Update aiogram requirement from ~=2.25 to ~=3.20#38
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-approx-eq-3.20

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Updates the requirements on aiogram to permit the latest version.

Release notes

Sourced from aiogram's releases.

v3.20.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.19.0...v3.20.0

Changelog

Sourced from aiogram's changelog.

3.20.0 (2025-04-14)

Features

  • Add different shortcut methods for aiogram.utils.formatting.Text.as_kwargs() [#1657](https://github.com/aiogram/aiogram/issues/1657) <https://github.com/aiogram/aiogram/issues/1657>_

  • Added full support for the Bot API 9.0 <https://core.telegram.org/bots/api-changelog#april-11-2025>_:

    Business Accounts

    • Added the class :class:aiogram.types.business_bot_rights.BusinessBotRights and replaced the field :code:can_reply with the field :code:rights of the type :class:aiogram.types.business_bot_rights.BusinessBotRights in the class :class:aiogram.types.business_connection.BusinessConnection.
    • Added the method :class:aiogram.methods.read_business_message.ReadBusinessMessage, allowing bots to mark incoming messages as read on behalf of a business account.
    • Added the method :class:aiogram.methods.delete_business_messages.DeleteBusinessMessages, allowing bots to delete messages on behalf of a business account.
    • Added the method :class:aiogram.methods.set_business_account_name.SetBusinessAccountName, allowing bots to change the first and last name of a managed business account.
    • Added the method :class:aiogram.methods.set_business_account_username.SetBusinessAccountUsername, allowing bots to change the username of a managed business account.
    • Added the method :class:aiogram.methods.set_business_account_bio.SetBusinessAccountBio, allowing bots to change the bio of a managed business account.
    • Added the class :class:aiogram.types.input_profile_photo.InputProfilePhoto, describing a profile photo to be set.
    • Added the methods :class:aiogram.methods.set_business_account_profile_photo.SetBusinessAccountProfilePhoto and :class:aiogram.methods.remove_business_account_profile_photo.RemoveBusinessAccountProfilePhoto, allowing bots to change the profile photo of a managed business account.
    • Added the method :class:aiogram.methods.set_business_account_gift_settings.SetBusinessAccountGiftSettings, allowing bots to change the privacy settings pertaining to incoming gifts in a managed business account.
    • Added the class :class:aiogram.types.star_amount.StarAmount and the method :class:aiogram.methods.get_business_account_star_balance.GetBusinessAccountStarBalance, allowing bots to check the current Telegram Star balance of a managed business account.
    • Added the method :class:aiogram.methods.transfer_business_account_stars.TransferBusinessAccountStars, allowing bots to transfer Telegram Stars from the balance of a managed business account to their own balance for withdrawal.
    • Added the classes :class:aiogram.types.owned_gift_regular.OwnedGiftRegular, :class:aiogram.types.owned_gift_unique.OwnedGiftUnique, :class:aiogram.types.owned_gifts.OwnedGifts and the method :class:aiogram.methods.get_business_account_gifts.GetBusinessAccountGifts, allowing bots to fetch the list of gifts owned by a managed business account.
    • Added the method :class:aiogram.methods.convert_gift_to_stars.ConvertGiftToStars, allowing bots to convert gifts received by a managed business account to Telegram Stars.
    • Added the method :class:aiogram.methods.upgrade_gift.UpgradeGift, allowing bots to upgrade regular gifts received by a managed business account to unique gifts.
    • Added the method :class:aiogram.methods.transfer_gift.TransferGift, allowing bots to transfer unique gifts owned by a managed business account.
    • Added the classes :class:aiogram.types.input_story_content_photo.InputStoryContentPhoto

... (truncated)

Commits
  • 50f84ad Bump version
  • da3e84d Add semaphore support for limiting concurrent updates (#1670)
  • 2c2bd61 Added full support for the Bot API 9.0 (#1671)
  • 25e9127 [#1653, #1654] docs: fix code block formatting in router.rst (#1666)
  • 870d97c fix empty response into webhook (#1665)
  • 02683b8 misc: simplify running non-async callback using asyncio.to_thread (#1661)
  • 5547963 Add different shortcut methods for Text.as_kwargs() (#1657)
  • 7e8dcc6 chore: bump pydantic upper bound from <2.11 to <2.12 (#1659)
  • 78748d3 Update deep linking documentation and bump version to 3.19.0
  • 658f1fc Fix handling of default empty string ("") in CallbackData filter (#1493)
  • 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 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 <dependency name> 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)

Updates the requirements on [aiogram](https://github.com/aiogram/aiogram) to permit the latest version.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v2.25...v3.20.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.20.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 5, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 7, 2025

Superseded by #43.

@dependabot dependabot Bot closed this Jul 7, 2025
@dependabot dependabot Bot deleted the dependabot/pip/aiogram-approx-eq-3.20 branch July 7, 2025 00:28
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.

0 participants