Skip to content

chore(deps): bump the poetry group across 1 directory with 5 updates#28

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/poetry-afa2f8ea48
Open

chore(deps): bump the poetry group across 1 directory with 5 updates#28
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/poetry-afa2f8ea48

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the poetry group with 5 updates in the / directory:

Package From To
aiogram 3.15.0 3.18.0
aiogram-dialog 2.2.0 2.3.1
pre-commit 4.0.1 4.1.0
pydantic 2.9.2 2.10.6
ruff 0.8.2 0.9.9

Updates aiogram from 3.15.0 to 3.18.0

Release notes

Sourced from aiogram's releases.

v3.18.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.17.0...v3.18.0

v3.17.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.16.0...v3.17.0

v3.16.0

What's Changed

New Contributors

Full Changelog: aiogram/aiogram@v3.15.0...v3.16.0

Changelog

Sourced from aiogram's changelog.

3.18.0 (2025-02-16)

Features

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

    • Added the parameter :code:chat_id to the method :class:aiogram.methods.send_gift.SendGift, allowing bots to send gifts to channel chats.
    • Added the field :code:can_send_gift to the class :class:aiogram.types.chat_full_info.ChatFullInfo.
    • Added the class :class:aiogram.types.transaction_partner_chat.TransactionPartnerChat describing transactions with chats.
    • Added the fields :code:cover and :code:start_timestamp to the class :class:aiogram.types.video.Video, containing a message-specific cover and a start timestamp for the video.
    • Added the parameters :code:cover and :code:start_timestamp to the method :class:aiogram.methods.send_video.SendVideo, allowing bots to specify a cover and a start timestamp for the videos they send.
    • Added the fields :code:cover and :code:start_timestamp to the classes :class:aiogram.types.input_media_video.InputMediaVideo and :class:aiogram.types.input_paid_media_video.InputPaidMediaVideo, allowing bots to edit video covers and start timestamps, and specify them for videos in albums and paid media.
    • Added the parameter :code:video_start_timestamp to the methods :class:aiogram.methods.forward_message.ForwardMessage and :class:aiogram.methods.copy_message.CopyMessage, allowing bots to change the start timestamp for forwarded and copied videos.
    • Allowed adding reactions to most types of service messages. [#1638](https://github.com/aiogram/aiogram/issues/1638) <https://github.com/aiogram/aiogram/issues/1638>_

Bugfixes

  • Fixed endless loop while adding buttons to the :code:KeyboardBuilder. [#1595](https://github.com/aiogram/aiogram/issues/1595) <https://github.com/aiogram/aiogram/issues/1595>_
  • Change the :code:Downloadable protocol to be non-writable to shut up type checking that checks code that uses the :code:bot.download(...) method [#1628](https://github.com/aiogram/aiogram/issues/1628) <https://github.com/aiogram/aiogram/issues/1628>_
  • Fix the regex pattern that finds the "bad characters" for deeplink payload. [#1630](https://github.com/aiogram/aiogram/issues/1630) <https://github.com/aiogram/aiogram/issues/1630>_

Improved Documentation

  • Update :code:data: Dict[Any, str] to :code:data: Dict[str, Any] [#1634](https://github.com/aiogram/aiogram/issues/1634) <https://github.com/aiogram/aiogram/issues/1634>_
  • Fix small typo in the Scenes documentation [#1640](https://github.com/aiogram/aiogram/issues/1640) <https://github.com/aiogram/aiogram/issues/1640>_

Misc

  • Removed redundant :code:Path to :code:str convertion on file download. [#1612](https://github.com/aiogram/aiogram/issues/1612) <https://github.com/aiogram/aiogram/issues/1612>_
  • Increased max :code:redis version support from “<5.1.0” to “<5.3.0” [#1631](https://github.com/aiogram/aiogram/issues/1631) <https://github.com/aiogram/aiogram/issues/1631>_

3.17.0 (2025-01-02)

... (truncated)

Commits

Updates aiogram-dialog from 2.2.0 to 2.3.1

Release notes

Sourced from aiogram-dialog's releases.

2.3.1

Fixes

New Contributors

Full Changelog: Tishka17/aiogram_dialog@2.3.0...2.3.1

2.3.0

What's Changed

Full Changelog: Tishka17/aiogram_dialog@2.2.0...2.3.0

Commits
  • cc0f249 2.3.1
  • 5217d22 Merge pull request #459 from Tishka17/develop
  • 7f37105 Merge pull request #458 from Tishka17/fix/inline_mode
  • c576414 Fix handling callback query on message from inline mode
  • f5d228e Merge pull request #454 from zax2002/patch-1
  • 2ce8476 Typo in README
  • e1e7661 Merge pull request #450 from chirizxc/develop
  • 2df4042 fix: replace deprecated disable_web_page_preview with LinkPreview
  • 3066b5f v2.3.0
  • 94b7f6e Merge pull request #449 from Tishka17/develop
  • Additional commits viewable in compare view

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates pydantic from 2.9.2 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

v2.10.5 2024-12-18

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.4...v2.10.5

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

v2.10.5 (2025-01-08)

GitHub release

What's Changed

Fixes

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

... (truncated)

Commits

Updates ruff from 0.8.2 to 0.9.9

Release notes

Sourced from ruff's releases.

0.9.9

Release Notes

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

Contributors

Install ruff 0.9.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.ps1 | iex"

Download ruff 0.9.9

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.9

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

0.9.8

Preview features

  • Start detecting version-related syntax errors in the parser (#16090)

Rule changes

  • [pylint] Mark fix unsafe (PLW1507) (#16343)
  • [pylint] Catch case np.nan/case math.nan in match statements (PLW0177) (#16378)
  • [ruff] Add more Pydantic models variants to the list of default copy semantics (RUF012) (#16291)

Server

  • Avoid indexing the project if configurationPreference is editorOnly (#16381)
  • Avoid unnecessary info at non-trace server log level (#16389)
  • Expand ruff.configuration to allow inline config (#16296)
  • Notify users for invalid client settings (#16361)

Configuration

  • Add per-file-target-version option (#16257)

Bug fixes

  • [refurb] Do not consider docstring(s) (FURB156) (#16391)
  • [flake8-self] Ignore attribute accesses on instance-like variables (SLF001) (#16149)
  • [pylint] Fix false positives, add missing methods, and support positional-only parameters (PLE0302) (#16263)
  • [flake8-pyi] Mark PYI030 fix unsafe when comments are deleted (#16322)

Documentation

  • Fix example for S611 (#16316)
  • Normalize inconsistent markdown headings in docstrings (#16364)
  • Document MSRV policy (#16384)

0.9.7

Preview features

... (truncated)

Commits
  • 091d0af Bump version to Ruff 0.9.9 (#16434)
  • 3d72138 Check LinterSettings::preview for version-related syntax errors (#16429)
  • 4a23756 Avoid caching files with unsupported syntax errors (#16425)
  • af62f79 Prioritize "bug" label for changelog sections (#16433)
  • 0ced8d0 [flake8-copyright] Add links to applicable options (CPY001) (#16421)
  • a8e171f Fix string-length limit in documentation for PYI054 (#16432)
  • cf83584 Show version-related syntax errors in the playground (#16419)
  • 764aa0e Allow passing ParseOptions to inline tests (#16357)
  • 568cf88 Bump version to 0.9.8 (#16414)
  • 040071b [red-knot] Ignore surrounding whitespace when looking for `<!-- snapshot-diag...
  • 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 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 <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

Bumps the poetry group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiogram](https://github.com/aiogram/aiogram) | `3.15.0` | `3.18.0` |
| [aiogram-dialog](https://github.com/tishka17/aiogram_dialog) | `2.2.0` | `2.3.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.2` | `0.9.9` |



Updates `aiogram` from 3.15.0 to 3.18.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.15.0...v3.18.0)

Updates `aiogram-dialog` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/tishka17/aiogram_dialog/releases)
- [Commits](Tishka17/aiogram_dialog@2.2.0...2.3.1)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `pydantic` from 2.9.2 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.6)

Updates `ruff` from 0.8.2 to 0.9.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.2...0.9.9)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: aiogram-dialog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

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 Mar 3, 2025
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.

0 participants