From 9863c17588125c48d98f3be661c89ba4816af70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:25:02 +0000 Subject: [PATCH] build(deps-dev): bump python-lsp-isort from 0.1 to 0.2.0 Bumps [python-lsp-isort](https://github.com/chantera/python-lsp-isort) from 0.1 to 0.2.0. - [Commits](https://github.com/chantera/python-lsp-isort/compare/v0.1...v0.2.0) --- updated-dependencies: - dependency-name: python-lsp-isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75753b0..a3f43d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,12 +2136,13 @@ yaml = ["PyYaml (>=6.0.1)"] [[package]] name = "python-lsp-isort" -version = "0.1" +version = "0.2.0" description = "isort plugin for the Python LSP Server" optional = false python-versions = ">=3.7" files = [ - {file = "python-lsp-isort-0.1.tar.gz", hash = "sha256:f02948bc8e7549905032100e772f03464f7548afa96f07d744ff1f93cc58339a"}, + {file = "python_lsp_isort-0.2.0-py3-none-any.whl", hash = "sha256:a11964af4626bb7b4dc077483a3382f352b63e3bf8ac73f2f425ae7fd9398a97"}, + {file = "python_lsp_isort-0.2.0.tar.gz", hash = "sha256:79fe15ae71d33ab2a4ee8b7fb4727b434dfb26c7fc264527564056cdc48aa380"}, ] [package.dependencies]