Skip to content

Bump aiogram from 3.22.0 to 3.23.0#139

Merged
bralbral merged 1 commit intomainfrom
dependabot/pip/aiogram-3.23.0
Dec 26, 2025
Merged

Bump aiogram from 3.22.0 to 3.23.0#139
bralbral merged 1 commit intomainfrom
dependabot/pip/aiogram-3.23.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps aiogram from 3.22.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

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>_
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.22.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.22.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 15, 2025
@bralbral bralbral merged commit 33435b2 into main Dec 26, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/aiogram-3.23.0 branch December 26, 2025 10:17
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant