From cafd7e2d881c127c933d3ef3e6774f8dd94a7bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:26:38 +0000 Subject: [PATCH] build(deps-dev): bump ruff-lsp from 0.0.61 to 0.0.62 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](https://github.com/astral-sh/ruff-lsp/compare/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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index eb2a618..3f4f44b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2575,13 +2575,13 @@ files = [ [[package]] name = "ruff-lsp" -version = "0.0.61" +version = "0.0.62" description = "A Language Server Protocol implementation for Ruff." optional = false python-versions = ">=3.7" files = [ - {file = "ruff_lsp-0.0.61-py3-none-any.whl", hash = "sha256:c84988a2016066e5f808ba43b7b84e961cfd0339321fd986f35caf6f2c95334a"}, - {file = "ruff_lsp-0.0.61.tar.gz", hash = "sha256:4a1704dc96dc1353557b5edd0733768f3948cfc92042fd332927648e080754bc"}, + {file = "ruff_lsp-0.0.62-py3-none-any.whl", hash = "sha256:fb6c04a0cb09bb3ae316121b084ff09497edd01df58b36fa431f14515c63029e"}, + {file = "ruff_lsp-0.0.62.tar.gz", hash = "sha256:6db2a39375973ecb16c64d3c8dc37e23e1e191dcb7aebcf525b1f85ebd338c0d"}, ] [package.dependencies] @@ -3092,4 +3092,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "10b8951a9a861c9a71da1b78ac6a64a561099d5d44bed7645e229183548ef616" +content-hash = "37e6f29fcef4a2e9326d9a0dbdfa1b3d527e739d666262310afd0a1b16aa87cc" diff --git a/pyproject.toml b/pyproject.toml index c840ba6..7ac57d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"