Skip to content

Commit

Permalink
build(deps-dev): bump ruff-lsp from 0.0.61 to 0.0.62
Browse files Browse the repository at this point in the history
Bumps [ruff-lsp](https://github.com/astral-sh/ruff-lsp) from 0.0.61 to 0.0.62.
- [Release notes](https://github.com/astral-sh/ruff-lsp/releases)
- [Commits](astral-sh/ruff-lsp@v0.0.61...v0.0.62)

---
updated-dependencies:
- dependency-name: ruff-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pivoshenko committed Feb 17, 2025
1 parent 588740b commit cafd7e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ commitizen = "^4.2.1"

[tool.poetry.group.lsp.dependencies]
python-lsp-server = { extras = ["all"], version = "^1.12.2" }
ruff-lsp = "^0.0.61"
ruff-lsp = ">=0.0.61,<0.0.63"
pylsp-mypy = "^0.7.0"
pylsp-rope = "^0.1.17"
python-lsp-isort = "^0.2.0"
Expand Down

0 comments on commit cafd7e2

Please sign in to comment.