From a5b089d10d80151a270be4fdbe6b881ad5ec306e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:05:27 +0000 Subject: [PATCH] chore(deps-dev): Bump python-lsp-ruff from 2.0.0 to 2.0.1 Bumps [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/python-lsp/python-lsp-ruff/releases) - [Commits](https://github.com/python-lsp/python-lsp-ruff/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: python-lsp-ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b3436ace..e2f45f524 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1600,13 +1600,13 @@ test = ["coverage", "pycodestyle", "pyflakes", "pylint", "pytest", "pytest-cov"] [[package]] name = "python-lsp-ruff" -version = "2.0.0" +version = "2.0.1" description = "Ruff linting plugin for pylsp" optional = false python-versions = ">=3.8" files = [ - {file = "python-lsp-ruff-2.0.0.tar.gz", hash = "sha256:9424c114a4dbd5d8eb450717e0483f1b616cf95aea4ef27f5d59d43d533fe671"}, - {file = "python_lsp_ruff-2.0.0-py3-none-any.whl", hash = "sha256:b1bc86c0f2e002cafca4f53dace8fc1c1e804c06dac6e35c7e4f002bbadeb5ea"}, + {file = "python-lsp-ruff-2.0.1.tar.gz", hash = "sha256:b204b4c3016e01a69e9fd6ffbe926ba40b14bc4da57a17c755a381fe14a897d9"}, + {file = "python_lsp_ruff-2.0.1-py3-none-any.whl", hash = "sha256:e44d30caa7b781164c780fb6a49f2c7f25a7b624b360a4725e79ad555c6f055a"}, ] [package.dependencies]