Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

chore(deps): bump aiogram from 2.25.1 to 3.1.1 - #42

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-3.1.1
Open

chore(deps): bump aiogram from 2.25.1 to 3.1.1#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/aiogram-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 26, 2023

Copy link
Copy Markdown
Contributor

Bumps aiogram from 2.25.1 to 3.1.1.

Release notes

Sourced from aiogram's releases.

pydantic incompatibility

What's Changed

Full Changelog: aiogram/aiogram@v3.1.0...v3.1.1

Bot API 6.9

Added full support of Bot API 6.9

What's Changed

Full Changelog: aiogram/aiogram@v3.0.0...v3.1.0

A new era in the Bot development!

Changelog: https://docs.aiogram.dev/en/dev-3.x/migration_2_to_3.html

Full Changelog: aiogram/aiogram@v2.4...v3.0.0

v3.0.0rc2

What's Changed

Full Changelog: aiogram/aiogram@v3.0.0rc1...v3.0.0rc2

v3.0.0rc1

... (truncated)

Changelog

Sourced from aiogram's changelog.

3.1.1 (2023-09-25)

Bugfixes

  • Fixed pydantic version <2.4, since 2.4 has breaking changes. [#1322](https://github.com/aiogram/aiogram/issues/1322) <https://github.com/aiogram/aiogram/issues/1322>_

3.1.0 (2023-09-22)

Features

  • Added support for custom encoders/decoders for payload (and also for deep-linking). [#1262](https://github.com/aiogram/aiogram/issues/1262) <https://github.com/aiogram/aiogram/issues/1262>_
  • Added :class:aiogram.utils.input_media.MediaGroupBuilder for media group construction. [#1293](https://github.com/aiogram/aiogram/issues/1293) <https://github.com/aiogram/aiogram/issues/1293>_
  • Added full support of Bot API 6.9 <https://core.telegram.org/bots/api-changelog#september-22-2023>_ [#1319](https://github.com/aiogram/aiogram/issues/1319) <https://github.com/aiogram/aiogram/issues/1319>_

Bugfixes

  • Added actual param hints for InlineKeyboardBuilder and ReplyKeyboardBuilder. [#1303](https://github.com/aiogram/aiogram/issues/1303) <https://github.com/aiogram/aiogram/issues/1303>_
  • Fixed priority of events isolation, now user state will be loaded only after lock is acquired [#1317](https://github.com/aiogram/aiogram/issues/1317) <https://github.com/aiogram/aiogram/issues/1317>_

3.0.0 (2023-09-01)

Bugfixes

  • Replaced :code:datetime.datetime with DateTime type wrapper across types to make dumped JSONs object more compatible with data that is sent by Telegram. [#1277](https://github.com/aiogram/aiogram/issues/1277) <https://github.com/aiogram/aiogram/issues/1277>_
  • Fixed magic :code:.as_(...) operation for values that can be interpreted as False (e.g. 0). [#1281](https://github.com/aiogram/aiogram/issues/1281) <https://github.com/aiogram/aiogram/issues/1281>_
  • Italic markdown from utils now uses correct decorators [#1282](https://github.com/aiogram/aiogram/issues/1282) <https://github.com/aiogram/aiogram/issues/1282>_
  • Fixed method :code:Message.send_copy for stickers. [#1284](https://github.com/aiogram/aiogram/issues/1284) <https://github.com/aiogram/aiogram/issues/1284>_
  • Fixed :code:Message.send_copy method, which was not working properly with stories, so not you can copy stories too (forwards messages). [#1286](https://github.com/aiogram/aiogram/issues/1286) <https://github.com/aiogram/aiogram/issues/1286>_

... (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 2.25.1 to 3.1.1.
- [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.1...v3.1.1)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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