Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Bump aiogram from 3.19.0 to 3.23.0#48

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiogram-3.23.0
Open

Bump aiogram from 3.19.0 to 3.23.0#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiogram-3.23.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps aiogram from 3.19.0 to 3.23.0.

Release notes

Sourced from aiogram's releases.

Python 3.14

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.22.0...v3.23.0

v3.22.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.21.0...v3.22.0

Bot API 9.1

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.20.0...v3.21.0

Update documentation

Small documentation update (corrected changelog)

Full Changelog: aiogram/aiogram@v3.20.0...v3.20.0.post0

v3.20.0

... (truncated)

Changelog

Sourced from aiogram's changelog.

3.23.0 (2025-12-07)

Features

  • This PR updates the codebase to support Python 3.14.

    • Updated project dep aiohttp
    • Updated development deps
    • Fixed tests to support Py3.14
    • Refactored uvloop using due to deprecation of asyncio.set_event_loop_police [#1730](https://github.com/aiogram/aiogram/issues/1730) <https://github.com/aiogram/aiogram/issues/1730>_

Deprecations and Removals

  • This PR updates the codebase following the end of life for Python 3.9.

    Reference: https://devguide.python.org/versions/

    • Updated type annotations to Python 3.10+ style, replacing deprecated List, Set, etc., with built-in list, set, and related types.
    • Refactored code by simplifying nested if expressions.
    • Updated several dependencies, including security-related upgrades. [#1726](https://github.com/aiogram/aiogram/issues/1726) <https://github.com/aiogram/aiogram/issues/1726>_

Misc

  • Updated pydantic to 2.12, which supports Python 3.14 [#1729](https://github.com/aiogram/aiogram/issues/1729) <https://github.com/aiogram/aiogram/issues/1729>_
  • Temporary silents warn when uvloop uses deprecated asyncio.iscoroutinefunction function in py3.14+ in tests [#1739](https://github.com/aiogram/aiogram/issues/1739) <https://github.com/aiogram/aiogram/issues/1739>_

3.22.0 (2025-08-17)

Features

  • Support validating init data using only bot id. [#1715](https://github.com/aiogram/aiogram/issues/1715) <https://github.com/aiogram/aiogram/issues/1715>_

  • Added full support for the Bot API 9.2 <https://core.telegram.org/bots/api-changelog#august-15-2025>_:

    Direct Messages in Channels

    • Added the field :code:is_direct_messages to the classes :class:aiogram.types.chat.Chat and :class:aiogram.types.chat_full_info.ChatFullInfo, indicating whether the chat is a direct messages chat.

... (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.19.0 to 3.23.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.19.0...v3.23.0)

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

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 Dec 8, 2025
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

Comments