Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

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

Updates ast-grep-py from 0.39.6 to 0.39.7

Release notes

Sourced from ast-grep-py's releases.

0.39.7

Changelog

Sourced from ast-grep-py's changelog.

0.39.7

Commits
  • ef08cf4 0.39.7
  • 185faed fix: update deprecated method in term
  • f639d70 Revert "chore(deps): update rust crate ignore to v0.4.24"
  • 516df8b chore(deps): update github artifact actions
  • 792caec chore(deps): update rust crate tokio to v1.48.0
  • 4850ef8 chore(deps): update dependency @​types/node to v22.18.12
  • 97602f2 fix(deps): update rust crate codespan-reporting to 0.13.0
  • 510c430 chore(deps): update rust crate napi-derive to v3.3.0
  • c03b205 chore(deps): update rust crate ignore to v0.4.24
  • 5493dca chore(deps): update rust crate napi to v3.4.0
  • Additional commits viewable in compare view

Updates pygls from 1.3.1 to 2.0.0

Release notes

Sourced from pygls's releases.

v2.0.0

What's Changed

... (truncated)

Changelog

Sourced from pygls's changelog.

[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
  • Add howto guide on accessing the server instance

Features

  • Change pythonPath to pythonCommand

Miscellaneous Tasks

  • Update CHANGELOG.md
  • Update CONTRIBUTORS.md
  • Remove unecessary dependencies from requirements.txt
  • Add esbonio config
  • Ensure poe uses uv
  • Add local Makefile
  • Bump node to v20
  • Npm audit fix
  • Update cattrs to 25.3.0 in uv.lock
  • Drop call for testing

Testing

  • Adjust tests for cattrs structuring sequences as tuples

Build

  • V2.0.0

... (truncated)

Commits
  • c633bf8 build: v2.0.0
  • e3424a4 chore: drop call for testing
  • 932baaf chore: update cattrs to 25.3.0 in uv.lock
  • 9be892f test: adjust tests for cattrs structuring sequences as tuples
  • d7326ce fix: missing inline completion provider server capability
  • 225a5e3 chore(pygls-playground): npm audit fix
  • bfea047 chore(pygls-playground): bump node to v20
  • 437a1ec chore(pygls-playground): add local Makefile
  • 49ffdbf chore: ensure poe uses uv
  • 89aa22f feat(pygls-playground): change pythonPath to pythonCommand
  • Additional commits viewable in compare view

Updates ruff from 0.13.2 to 0.14.3

Release notes

Sourced from ruff's releases.

0.14.3

Release Notes

Released on 2025-10-30.

Preview features

  • Respect --output-format with --watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501, DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches for F401 (#20878)
  • [pylint] Implement stop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] Apply DJ001 to annotated fields (#20907)
  • [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] Fix TC003 false positive with future-annotations (#21125)
  • [pyflakes] Fix false positive for __class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extend airflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn that airflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators in Decimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example for S308 (#21128)

Other changes

  • Clearer error message when line-length goes beyond threshold (#21072)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.3

Released on 2025-10-30.

Preview features

  • Respect --output-format with --watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501, DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches for F401 (#20878)
  • [pylint] Implement stop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] Apply DJ001 to annotated fields (#20907)
  • [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] Fix TC003 false positive with future-annotations (#21125)
  • [pyflakes] Fix false positive for __class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extend airflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn that airflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators in Decimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example for S308 (#21128)

Other changes

  • Clearer error message when line-length goes beyond threshold (#21072)

Contributors

... (truncated)

Commits
  • 8737a2d Bump v0.14.3 (#21152)
  • 3be3a10 [ty] Don't provide completions when in class or function definition (#21146)
  • 13375d0 [ty] Use the top materialization of classes for narrowing in class-patterns f...
  • c0b04d4 [ty] Update "constraint implication" relation to work on constraints between ...
  • 1c7ea69 [flake8-type-checking] Fix TC003 false positive with future-annotations...
  • 9bacd19 [ty] Fix lookup of __new__ on instances (#21147)
  • f0fe6d6 Fix syntax error false positive on nested alternative patterns (#21104)
  • 10bda3d [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (...
  • e55bc94 [ty] Reachability and narrowing for enum methods (#21130)
  • 1b0ee46 [ty] Use range instead of custom IntIterable (#21138)
  • 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 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.39.6 to 0.39.7
- [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.39.6...0.39.7)

Updates `pygls` from 1.3.1 to 2.0.0
- [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.0)

Updates `ruff` from 0.13.2 to 0.14.3
- [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.13.2...0.14.3)

---
updated-dependencies:
- dependency-name: ast-grep-py
  dependency-version: 0.39.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pygls
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.14.3
  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 Nov 1, 2025
@vrslev vrslev merged commit c9756d6 into main Nov 1, 2025
9 checks passed
@vrslev vrslev deleted the dependabot/pip/pip-47428586ed branch November 1, 2025 13:05
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.

2 participants