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.23.1 #187

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiogram from 2.11.2 to 2.23.1.

Release notes

Sourced from aiogram's releases.

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

  • Added full support of Telegram Bot API 6.1
  • Ported web-app utils from 3.0 beta (docs)
  • Deprecated emoji module until 2.22 version
  • Added from_id property to Message (#899)
  • Now ChatTypeFilter works with inline queries (#915)
  • Fixed unregistering handlers from dispatcher (#932)
  • Rework warning for not defined fields in TelegramType (#931)
  • Add protect_content to webhook responses (#804)
  • Fixed Dispatcher.release_key (#908)
  • Fixed datetime serialization error on Windows (#880) (crutches with platform-specific code)

Bot API 6.0 - Web Apps for Bots

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

Superseded by #194.