Skip to content

chore(deps): bump the pip-minor group with 4 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pip-minor-ed13b20677
Open

chore(deps): bump the pip-minor group with 4 updates#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pip-minor-ed13b20677

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown

Bumps the pip-minor group with 4 updates: aiogram, aiohttp, matplotlib and pillow.

Updates aiogram from 3.23.0 to 3.30.0

Release notes

Sourced from aiogram's releases.

Telegram Bot API 10.2

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.29.1...v3.30.0

Bugfix

What's Changed

Full Changelog: aiogram/aiogram@v3.29.0...v3.29.1

Bot API 10.1

What's Changed

Full Changelog: aiogram/aiogram@v3.28.2...v3.29.0

v3.28.2 - the same fixes as previous

Full Changelog: aiogram/aiogram@v3.28.1...v3.28.2

Polls media fix

What's Changed

Full Changelog: aiogram/aiogram@v3.28.0...v3.28.1

Bot API 10.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from aiogram's changelog.

3.30.0 (2026-07-17)

Improved Documentation

  • Added documentation with examples for testing handlers directly and routing updates through Dispatcher.feed_raw_update. [#378](https://github.com/aiogram/aiogram/issues/378) <https://github.com/aiogram/aiogram/issues/378>_
  • Remove await from dispatcher.fsm.get_context in "Changing state for another user" doc [#1854](https://github.com/aiogram/aiogram/issues/1854) <https://github.com/aiogram/aiogram/issues/1854>_

Misc

  • Updated to Bot API 10.2 <https://core.telegram.org/bots/api-changelog#july-14-2026>_

    Rich Messages

    New Types:

    • Added :class:aiogram.types.input_rich_message_media.InputRichMessageMedia type - media item attached to a rich message to be sent
    • Added :class:aiogram.types.input_media_voice_note.InputMediaVoiceNote type - voice note to be sent as part of a rich message
    • Added :class:aiogram.types.input_rich_block.InputRichBlock type - base class for all rich block elements to be sent
    • Added :class:aiogram.types.input_rich_block_paragraph.InputRichBlockParagraph type - text paragraph block to be sent
    • Added :class:aiogram.types.input_rich_block_section_heading.InputRichBlockSectionHeading type - section heading block to be sent
    • Added :class:aiogram.types.input_rich_block_preformatted.InputRichBlockPreformatted type - preformatted (code) block to be sent
    • Added :class:aiogram.types.input_rich_block_footer.InputRichBlockFooter type - footer block to be sent
    • Added :class:aiogram.types.input_rich_block_divider.InputRichBlockDivider type - horizontal divider block to be sent
    • Added :class:aiogram.types.input_rich_block_mathematical_expression.InputRichBlockMathematicalExpression type - mathematical expression block to be sent
    • Added :class:aiogram.types.input_rich_block_anchor.InputRichBlockAnchor type - anchor/target block to be sent
    • Added :class:aiogram.types.input_rich_block_list.InputRichBlockList type - ordered or unordered list block to be sent
    • Added :class:aiogram.types.input_rich_block_list_item.InputRichBlockListItem type - individual item in a rich block list to be sent
    • Added :class:aiogram.types.input_rich_block_block_quotation.InputRichBlockBlockQuotation type - block quotation block to be sent
    • Added :class:aiogram.types.input_rich_block_pull_quotation.InputRichBlockPullQuotation type - pull quotation block to be sent
    • Added :class:aiogram.types.input_rich_block_collage.InputRichBlockCollage type - collage of media items block to be sent
    • Added :class:aiogram.types.input_rich_block_slideshow.InputRichBlockSlideshow type - slideshow block to be sent
    • Added :class:aiogram.types.input_rich_block_table.InputRichBlockTable type - table block to be sent
    • Added :class:aiogram.types.input_rich_block_details.InputRichBlockDetails type - expandable details/summary block to be sent
    • Added :class:aiogram.types.input_rich_block_map.InputRichBlockMap type - embedded map block to be sent
    • Added :class:aiogram.types.input_rich_block_animation.InputRichBlockAnimation type - animation (GIF) block to be sent
    • Added :class:aiogram.types.input_rich_block_audio.InputRichBlockAudio type - audio block to be sent
    • Added :class:aiogram.types.input_rich_block_photo.InputRichBlockPhoto type - photo block to be sent
    • Added :class:aiogram.types.input_rich_block_video.InputRichBlockVideo type - video block to be sent
    • Added :class:aiogram.types.input_rich_block_voice_note.InputRichBlockVoiceNote type - voice note block to be sent
    • Added :class:aiogram.types.input_rich_block_thinking.InputRichBlockThinking type - thinking/reasoning block for AI-generated content to be sent

    New Fields:

    • Added :code:blocks field to :class:aiogram.types.input_rich_message.InputRichMessage - list of rich blocks the message is composed of

... (truncated)

Commits
  • 314457a Bump changelog
  • 728fac8 Remove Serena integration
  • 07b95cc Add skills for managing Bot API changelogs, fixing codegen imports, and testi...
  • 1d5a779 docs: add testing examples for handlers (#1849)
  • af15541 docs: dispatcher.get.get_context is a sync function (#1854)
  • 191a6d2 Added full support for the Bot API 10.2 (#1852)
  • d53b604 Bump version
  • b5f1fa4 Fixed severe (exponential) slowdown when validating nested unions (#1845)
  • 04878dd Update changelog
  • 0fa5b47 Update main dependencies
  • Additional commits viewable in compare view

Updates aiohttp from 3.13.2 to 3.14.3
Updates matplotlib from 3.10.8 to 3.11.1

Release notes

Sourced from matplotlib's releases.

REL: v3.11.1

This is the first bugfix release of the 3.11.x series.

This release contains several bug-fixes and adjustments:

  • Fix tight layout of multiple subplots with sharey=True
  • Fix NoNorm cursor formatting for uint8 images
  • Fix occasional misalignment in reported mouse position (also fix a bug with canvas height)
  • Fix clipped Axis labels on 3D plots with tight layout
  • Fix inverted Axis on 3D plots
  • Fix restoring 'auto' aspect in 3D axes after switching from 'equal'
  • Fix missing glyphs when subsetting Type 1 fonts in PDF
  • Fix oversized embedding of Type 42 fonts in PDF/PostScript files

As well as several documentation and typing improvements and corrections.

REL: v3.11.0

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. See the release notes for more information.

REL: v3.11.0rc2

This is the second release candidate for the meso release 3.11.0.

This release candidate fixes some problems with downstream packages, removes some missed deprecations, and corrects some additional minor bugs.

REL: v3.11.0rc1

After an extended development stretch, we are pleased to announce the first release candidate of Matplotlib 3.11.0.

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner. Due to the update to the font rendering stack, we cannot guarantee that text will be bit-for-bit perfect with previous releases, so if you are using Matplotlib for testing, it may be necessary to introduce/raise a tolerance within your tests.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. Final release notes are still being curated, but you may browse the list of new features, API changes, and all issues/pull requests on the milestone.

As a note for downstream packagers, the font libraries have only been tested against the versions bundled with the wheels. It may be possible to expand the range of requirements, or that a requirement is too broad. Please report any issues you have building against external dependencies.

v3.10.9

This is a micro release of the v3.10.x series. Highlights of this release include:

  • Various minor bug and doc fixes
  • Security hardening validation of cyclers - Removing eval usage
  • Security hardening in Latex and PS calls - Removing shell escapes
Commits
  • 3c1757a REL: v3.11.1
  • 792c6b5 DOC: Prepare for 3.11.1
  • aaff9f6 Merge branch 'v3.11.0-doc' into v3.11.x
  • d4f4527 Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...
  • 6ad4bcf Merge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...
  • 7fb74d3 Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...
  • c624aec Backport PR #32038: Fix occasional misalignment in reported mouse position (a...
  • 8eda2b7 Backport PR #32037: Bump the actions group with 3 updates
  • a0e7ae5 Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...
  • 9001323 Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...
  • Additional commits viewable in compare view

Updates pillow from 12.0.0 to 12.3.0

Release notes

Sourced from pillow's releases.

12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Removals

Documentation

Dependencies

Testing

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

---
updated-dependencies:
- dependency-name: aiogram
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor
- dependency-name: matplotlib
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested review from a team, Aswin-coder and Aswinmcw as code owners July 27, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant