From 09f646eb91388dae3e95f85d036b6524fd40d55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:10:44 +0000 Subject: [PATCH] Bump python-lsp-server from 1.10.0 to 1.10.1 in /config/dependencies Bumps [python-lsp-server](https://github.com/python-lsp/python-lsp-server) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/python-lsp/python-lsp-server/releases) - [Changelog](https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md) - [Commits](https://github.com/python-lsp/python-lsp-server/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: python-lsp-server dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- config/dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies/requirements.txt b/config/dependencies/requirements.txt index aef1d37..ea30206 100644 --- a/config/dependencies/requirements.txt +++ b/config/dependencies/requirements.txt @@ -2,6 +2,6 @@ flake8==7.0.0 mypy==1.9.0 isort==5.13.2 black==24.3.0 -python-lsp-server==1.10.0 +python-lsp-server==1.10.1 pylsp-mypy==0.6.8 vim-vint==0.3.21 \ No newline at end of file