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 2.25.1 to 3.0.0 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps aiogram from 2.25.1 to 3.0.0.

Release notes

Sourced from aiogram's releases.

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

Chagelog

Details: aiogram/aiogram@v3.0.0b9...v3.0.0rc1

v3.0.0b9

Changelog

Details: aiogram/aiogram@v3.0.0b8...v3.0.0b9

v3.0.0b8

Changelog: https://docs.aiogram.dev/en/dev-3.x/changelog.html#b8-2023-07-17

v3.0.0b7

Changes: https://docs.aiogram.dev/en/dev-3.x/changelog.html#b7-2023-02-18

v3.0.0-alpha.16

No release notes provided.

Changelog

Sourced from aiogram's changelog.

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>_
  • Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods. [#1290](https://github.com/aiogram/aiogram/issues/1290) <https://github.com/aiogram/aiogram/issues/1290>_

3.0.0rc2 (2023-08-18)

Bugfixes

  • Fixed missing message content types (:code:ContentType.USER_SHARED, :code:ContentType.CHAT_SHARED) [#1252](https://github.com/aiogram/aiogram/issues/1252) <https://github.com/aiogram/aiogram/issues/1252>_
  • Fixed nested hashtag, cashtag and email message entities not being parsed correctly when these entities are inside another entity. [#1259](https://github.com/aiogram/aiogram/issues/1259) <https://github.com/aiogram/aiogram/issues/1259>_
  • Moved global filters check placement into router to add chance to pass context from global filters into handlers in the same way as it possible in other places [#1266](https://github.com/aiogram/aiogram/issues/1266) <https://github.com/aiogram/aiogram/issues/1266>_

Improved Documentation

  • Added error handling example examples/error_handling.py [#1099](https://github.com/aiogram/aiogram/issues/1099) <https://github.com/aiogram/aiogram/issues/1099>_
  • Added a few words about skipping pending updates [#1251](https://github.com/aiogram/aiogram/issues/1251) <https://github.com/aiogram/aiogram/issues/1251>_
  • Added a section on Dependency Injection technology [#1253](https://github.com/aiogram/aiogram/issues/1253) <https://github.com/aiogram/aiogram/issues/1253>_
  • This update includes the addition of a multi-file bot example to the repository. [#1254](https://github.com/aiogram/aiogram/issues/1254) <https://github.com/aiogram/aiogram/issues/1254>_
  • Refactored examples code to use aiogram enumerations and enhanced chat messages with markdown beautification's for a more user-friendly display. [#1256](https://github.com/aiogram/aiogram/issues/1256) <https://github.com/aiogram/aiogram/issues/1256>_

... (truncated)

Commits
  • 0161322 Bump changelog
  • 04bd0c9 Fixed error overlapping when validation error is caused by remove_unset root ...
  • e1be9dd Fix Message.send_copy method for stories (#1287)
  • 6eb5ef2 Replace datetime.datetime with DateTime across codebase (#1285)
  • 397f30b Fixed method :code:Message.send_copy for stickers (#1284)
  • ca4c1b4 Small documentation improvements and texts update
  • 806f8f6 Bump version
  • 2cf224d Reformat code
  • ee8e457 #1281 Fix magic operation .as_ for values interpreted as False (#1283)
  • bff2ed0 Fix markdown italic quote (#1282)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
aiogram [< 3, > 2.23.1]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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.0.0.
- [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.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #25.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/pip/aiogram-3.0.0 branch September 25, 2023 19:02
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