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

Bump aiogram from 3.3.0 to 3.5.0 #43

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps aiogram from 3.3.0 to 3.5.0.

Release notes

Sourced from aiogram's releases.

v3.5.0

What's Changed

Full Changelog: aiogram/aiogram@v3.4.1...v3.5.0

Hotfix

What's Changed

Full Changelog: aiogram/aiogram@v3.4.0...v3.4.1

Telegram Bot API 7.1

What's Changed

Full Changelog: aiogram/aiogram@v3.3.0...v3.4.0 https://docs.aiogram.dev/en/dev-3.x/changelog.html

Changelog

Sourced from aiogram's changelog.

3.5.0 (2024-04-23)

Features

  • Added message_thread_id parameter to ChatActionSender class methods. [#1437](https://github.com/aiogram/aiogram/issues/1437) <https://github.com/aiogram/aiogram/issues/1437>_

  • Added context manager interface to Bot instance, from now you can use:

    .. code-block:: python

    async with Bot(...) as bot:
        ...
    

    instead of

    .. code-block:: python

    async with Bot(...).context() as bot:
        ...
    

    [#1468](https://github.com/aiogram/aiogram/issues/1468) <https://github.com/aiogram/aiogram/issues/1468>_

Bugfixes

    • WebAppUser Class Fields: Added missing is_premium, added_to_attachment_menu, and allows_write_to_pm fields to WebAppUser class to align with the Telegram API.

    • WebAppChat Class Implementation: Introduced the WebAppChat class with all its fields (id, type, title, username, and photo_url) as specified in the Telegram API, which was previously missing from the library.

    • WebAppInitData Class Fields: Included previously omitted fields in the WebAppInitData class: chat, chat_type, chat_instance, to match the official documentation for a complete Telegram Web Apps support. [#1424](https://github.com/aiogram/aiogram/issues/1424) <https://github.com/aiogram/aiogram/issues/1424>_

  • Fixed poll answer FSM context by handling :code:voter_chat for :code:poll_answer event [#1436](https://github.com/aiogram/aiogram/issues/1436) <https://github.com/aiogram/aiogram/issues/1436>_
  • Added missing error handling to :code:_background_feed_update (when in :code:handle_in_background=True webhook mode) [#1458](https://github.com/aiogram/aiogram/issues/1458) <https://github.com/aiogram/aiogram/issues/1458>_

Improved Documentation

  • Added WebAppChat class to WebApp docs, updated uk_UA localisation of WebApp docs. [#1433](https://github.com/aiogram/aiogram/issues/1433) <https://github.com/aiogram/aiogram/issues/1433>_

Misc

  • Added full support of Bot API 7.2 <https://core.telegram.org/bots/api-changelog#march-31-2024>_

... (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.3.0 to 3.5.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.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:production
  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 Apr 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #47.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/aiogram-3.5.0 branch May 13, 2024 14:46
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.

None yet

0 participants