mezidia / song-helper

🎶Python script with artificial intelligence, that proposes you song, depending on your mood🎹
https://song-helper.vercel.app
MIT License
7 stars 0 forks source link

Bump aiogram from 2.11.2 to 2.25.1 #199

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiogram from 2.11.2 to 2.25.1.

Release notes

Sourced from aiogram's releases.

Bugfix - ChatPermissions

  • Fixed ChatPermissions for Bot API 6.5 (#1113)

Telegram Bot API 6.5

  • Added full support of Telegram API 6.5 (#1111)
  • Added is_persistent argument to ReplyKeyboardMarkup constructor

Bot API 6.4

  • Added full support of Bot API 6.4
  • Updated Chat.promote shortcut arguments (#1082)
  • Finally migrated from aioredis to redis.asyncio (#1074)
  • Added possibility to filter ChatJoinRequest by ChatTypeFilter (#1027)
  • Fixed warning about asyncio marker tests (#1078)

Hotfix

  • Fixed Message shortucts for non-forum chats, but getting the message_thread_id field (#1062)
  • Fixed dependencies list in setup.py

Bot API 6.3

  • Added full support of Bot API 6.3
  • Added missing params to chat shortcut functions create_invite_link, edit_invite_link (#1026)
  • Added native support of MagicFilter, you can read more about this type of filters in 3.x version documentation

v2.22.2

  • Bugfix: Added field can_manage_video_chats to ChatMemberOwner (#1003)
  • Fixed get_custom_emoji_stickers method (#1002)
  • Added IDFilter support for ChatJoinRequest events (#983)

Hotfix

  • Fixed LifetimeControllerMiddleware:
...  venv\lib\site-packages\aiogram\dispatcher\middlewares.py", line 121, in skip_actions
f"pre_process_{item}",
NameError: name 'item' is not defined

A revolution in how people express themselves in messaging

  • Added full support of Bot API 6.2
  • Fixed filtering skip_patterns (#868)
  • Fixed RedisStorage2.get_states_list method (#857)
  • Added global default value of protect content property (#917)
  • Command filter now can be sets with BotCommand object (#935)
  • Added constructor for ChatAdministratorRights (#964)
  • Fixed FSM Storage reset_bucket method (#970, #971)
  • Improved issue and pull request templates and labels automation (#947, #962, #939)

Telegram Bot API 6.1

... (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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.