Skip to content

Bump aiogram from 3.11.0 to 3.17.0 #117

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps aiogram from 3.11.0 to 3.17.0.

Release notes

Sourced from aiogram's releases.

v3.17.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.16.0...v3.17.0

v3.16.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.15.0...v3.16.0

v3.15.0

What's Changed

Full Changelog: aiogram/aiogram@v3.14.0...v3.15.0

Bot API 7.11 and changed supported Python versions range

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.13.1...v3.14.0

... (truncated)

Changelog

Sourced from aiogram's changelog.

3.17.0 (2025-01-02)

Features

  • Added full support of the Bot API 8.2 <https://core.telegram.org/bots/api-changelog#january-1-2025>_

    • Added the methods :class:aiogram.methods.verify_user.VerifyUser, :class:aiogram.methods.verify_chat.VerifyChat, :class:aiogram.methods.remove_user_verification.RemoveUserVerification and :class:aiogram.methods.remove_chat_verification.RemoveChatVerification, allowing bots to manage verifications on behalf of an organization.
    • Added the field :code:upgrade_star_count to the class :class:aiogram.types.gift.Gift.
    • Added the parameter :code:pay_for_upgrade to the method :class:aiogram.methods.send_gift.SendGift.
    • Removed the field :code:hide_url from the class :class:aiogram.types.inline_query_result_article.InlineQueryResultArticle. Pass an empty string as :code:url instead. [#1623](https://github.com/aiogram/aiogram/issues/1623) <https://github.com/aiogram/aiogram/issues/1623>_

3.16.0 (2024-12-21)

Features

  • Added full support of Bot API 8.1 <https://core.telegram.org/bots/api-changelog#december-4-2024>_:

    • Added the field :code:nanostar_amount to the class :class:aiogram.types.star_transaction.StarTransaction.
    • Added the class :class:aiogram.types.transaction_partner_affiliate_program.TransactionPartnerAffiliateProgram for transactions pertaining to incoming affiliate commissions.
    • Added the class :class:aiogram.types.affiliate_info.AffiliateInfo and the field :code:affiliate to the class :class:aiogram.types.transaction_partner_user.TransactionPartnerUser, allowing bots to identify the relevant affiliate in transactions with an affiliate commission. [#1617](https://github.com/aiogram/aiogram/issues/1617) <https://github.com/aiogram/aiogram/issues/1617>_

Bugfixes

  • Corrected the exception text of aiogram.methods.base.TelegramMethod.__await__ method. [#1616](https://github.com/aiogram/aiogram/issues/1616) <https://github.com/aiogram/aiogram/issues/1616>_

Misc

  • Increased max :code:pydantic version support from “<2.10” to “<2.11” [#1607](https://github.com/aiogram/aiogram/issues/1607) <https://github.com/aiogram/aiogram/issues/1607>_
  • Fixed closing tag for :code:tg-emoji in the :class:aiogram.utils.text_decoration.HtmlDecoration: use the same constant as for tag opening [#1608](https://github.com/aiogram/aiogram/issues/1608) <https://github.com/aiogram/aiogram/issues/1608>_
  • Increased max :code:aiohttp version support from “<3.11” to “<3.12” [#1615](https://github.com/aiogram/aiogram/issues/1615) <https://github.com/aiogram/aiogram/issues/1615>_

3.15.0 (2024-11-17)

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

Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.11.0 to 3.17.0.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.11.0...v3.17.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #135.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/main/aiogram-3.17.0 branch February 17, 2025 02:40
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