Skip to content

Bump the pip group with 3 updates#168

Merged
vrslev merged 2 commits intomainfrom
dependabot/pip/pip-2ea88ddaad
Mar 2, 2026
Merged

Bump the pip group with 3 updates#168
vrslev merged 2 commits intomainfrom
dependabot/pip/pip-2ea88ddaad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps the pip group with 3 updates: ast-grep-py, pygls and ruff.

Updates ast-grep-py from 0.40.5 to 0.41.0

Release notes

Sourced from ast-grep-py's releases.

0.41.0

Changelog

Sourced from ast-grep-py's changelog.

0.41.0

Commits

Updates pygls from 1.3.1 to 2.0.1

Release notes

Sourced from pygls's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: openlawlibrary/pygls@v2.0.0...v2.0.1

v2.0.0

What's Changed

... (truncated)

Changelog

Sourced from pygls's changelog.

[2.0.1] - 2026-01-26

More details: https://github.com/openlawlibrary/pygls/releases/tag/v2.0.1

Bug Fixes

  • Prevent exception handling for cancelled futures in JsonRPCProtocol

Documentation

  • Drop pre-release banner
  • Use correct lsprotocol version
  • Fix broken link for pygls playground
  • Describe arguments unpacking for server commands in v2
  • Add Aeon Programming Language to implementations list
  • V2 migration spelling mistakes

Miscellaneous Tasks

  • Update CHANGELOG.md
  • Update CONTRIBUTORS.md

Build

  • V2.0.1

[2.0.0] - 2025-10-17

More details: https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0

Bug Fixes

  • Handle a special case of BrokenPipeError exception (#573)
  • Missing inline completion provider server capability

Documentation

  • Switch to furo theme
  • Add how-to guide on running a server
  • Add reference on pygls' built in features
  • Add (incomplete) guide on supporting notebooks
  • Move guide on custom converters to the library
  • Move guide on pygls-playground to the library
  • Add (incomplete) guide on working with text docs
  • Add how-to guide on getting the client's configuration
  • Add reference on supported handler types
  • Add how-to guide on custom error reporting
  • Add (incomplete) guide on implementing diagnostics
  • Add how-to guide on giving user feedback
  • Add how-to guide on sending custom messages

... (truncated)

Commits
  • 5a3812c build: v2.0.1
  • 89f7b27 fix: prevent exception handling for cancelled futures in JsonRPCProtocol
  • 45b2f29 docs: v2 migration spelling mistakes
  • cc684e3 docs: add Aeon Programming Language to implementations list
  • 2c5601b docs: describe arguments unpacking for server commands in v2
  • 8e9b0f5 docs: fix broken link for pygls playground
  • bbabfa1 docs: use correct lsprotocol version
  • db3847e docs: drop pre-release banner
  • f28695e chore: update CONTRIBUTORS.md
  • 3a589fa chore: update CHANGELOG.md
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.4

Release notes

Sourced from ruff's releases.

0.15.4

Release Notes

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

Install ruff 0.15.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download ruff 0.15.4

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

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.4

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes

  • Fix panic on access to definitions after analyzing definitions (#23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#23550)

Documentation

  • Clarify first-party import detection in Ruff (#23591)
  • Fix incorrect import-heading example (#23568)

Contributors

0.15.3

Released on 2026-02-26.

Preview features

  • Drop explicit support for .qmd file extension (#23572)

    This can now be enabled instead by setting the extension option:

    # ruff.toml
    extension = { qmd = "markdown" }
    pyproject.toml
    [tool.ruff]
    extension = { qmd = "markdown" }

  • Include configured extensions in file discovery (#23400)

  • [flake8-bandit] Allow suspicious imports in TYPE_CHECKING blocks (S401-S415) (#23441)

  • [flake8-bugbear] Allow B901 in pytest hook wrappers (#21931)

  • [flake8-import-conventions] Add missing conventions from upstream (ICN001, ICN002) (#21373)

... (truncated)

Commits
  • f14edd8 Bump 0.15.4 (#23595)
  • fd09d37 Fix panic on access to definitions after analyzing definitions (#23588)
  • 81d655f [pyflakes] suppress false positive in F821 for names used before del in...
  • 625b4f5 [ruff] docs: Clarify first-party import detection in Ruff (#23591)
  • 60facfa one word typo fix in a while_loop.md test case (#23589)
  • fbb9fa7 docs: fix incorrect import-heading example (#23568)
  • 5bc49a9 Increase the ruleset size to 16 bits (#23586)
  • a62ba8c [ty] Fix overloaded callable assignability for unary Callable targets (#23277)
  • e5f2f36 Bump 0.15.3 (#23585)
  • 0e19fc9 [ty] defer calculating conjunctions in narrowing constraints (#23552)
  • 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

Bumps the pip group with 3 updates: [ast-grep-py](https://github.com/ast-grep/ast-grep), [pygls](https://github.com/openlawlibrary/pygls) and [ruff](https://github.com/astral-sh/ruff).


Updates `ast-grep-py` from 0.40.5 to 0.41.0
- [Release notes](https://github.com/ast-grep/ast-grep/releases)
- [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md)
- [Commits](ast-grep/ast-grep@0.40.5...0.41.0)

Updates `pygls` from 1.3.1 to 2.0.1
- [Release notes](https://github.com/openlawlibrary/pygls/releases)
- [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md)
- [Commits](openlawlibrary/pygls@v1.3.1...v2.0.1)

Updates `ruff` from 0.14.14 to 0.15.4
- [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.14.14...0.15.4)

---
updated-dependencies:
- dependency-name: ast-grep-py
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pygls
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

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 1, 2026
@vrslev vrslev merged commit 61c4e3a into main Mar 2, 2026
9 checks passed
@vrslev vrslev deleted the dependabot/pip/pip-2ea88ddaad branch March 2, 2026 10: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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant