From 2f3aa1a039da16e361e1b7aebfb0b56ceb960054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:08:04 +0000 Subject: [PATCH] Bump python-lsp-server from 1.8.0 to 1.8.2 Bumps [python-lsp-server](https://github.com/python-lsp/python-lsp-server) from 1.8.0 to 1.8.2. - [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.8.0...v1.8.2) --- updated-dependencies: - dependency-name: python-lsp-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8315c2b..01b5896 100644 --- a/poetry.lock +++ b/poetry.lock @@ -937,13 +937,13 @@ test = ["coverage", "pycodestyle", "pyflakes", "pylint", "pytest", "pytest-cov"] [[package]] name = "python-lsp-server" -version = "1.8.0" +version = "1.8.2" description = "Python Language Server for the Language Server Protocol" optional = false python-versions = ">=3.8" files = [ - {file = "python-lsp-server-1.8.0.tar.gz", hash = "sha256:807b0347cf83f02cbd9113a68624ac5dbf8b01854a3b11dd03c3bbbdff4e5d89"}, - {file = "python_lsp_server-1.8.0-py3-none-any.whl", hash = "sha256:c261ee8038073a6618a08f958faf88b9552a1094440513565e140d7f417249c9"}, + {file = "python-lsp-server-1.8.2.tar.gz", hash = "sha256:fd85e1c6ad95c1d276c82a33c2c85898f110afc3c7bfeaced79c0df095076fd1"}, + {file = "python_lsp_server-1.8.2-py3-none-any.whl", hash = "sha256:65cfb20c8945bdb7b6bf7577207004e05e2550dac867339ef2e3605a0eeca9ca"}, ] [package.dependencies] @@ -955,7 +955,7 @@ python-lsp-jsonrpc = ">=1.1.0,<2.0.0" ujson = ">=3.0.0" [package.extras] -all = ["autopep8 (>=1.6.0,<2.1.0)", "flake8 (>=6.1.0,<7)", "mccabe (>=0.7.0,<0.8.0)", "pycodestyle (>=2.11.0,<2.12.0)", "pydocstyle (>=6.3.0,<6.4.0)", "pyflakes (>=3.1.0,<3.2.0)", "pylint (>=2.5.0,<3)", "rope (>1.2.0)", "whatthepatch (>=1.0.2,<2.0.0)", "yapf (>=0.33.0)"] +all = ["autopep8 (>=2.0.4,<2.1.0)", "flake8 (>=6.1.0,<7)", "mccabe (>=0.7.0,<0.8.0)", "pycodestyle (>=2.11.0,<2.12.0)", "pydocstyle (>=6.3.0,<6.4.0)", "pyflakes (>=3.1.0,<3.2.0)", "pylint (>=2.5.0,<3)", "rope (>1.2.0)", "whatthepatch (>=1.0.2,<2.0.0)", "yapf (>=0.33.0)"] autopep8 = ["autopep8 (>=1.6.0,<2.1.0)"] flake8 = ["flake8 (>=6.1.0,<7)"] mccabe = ["mccabe (>=0.7.0,<0.8.0)"] @@ -1306,4 +1306,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d5ac3c413284bf4353795266f25e19e5afe2819fd764ba13602424f64a2d1cdf" +content-hash = "9fc21b4b6ed6760e55de1b31bab3c4399b50f4e5fd01d26c05723ba2a54a1e1f" diff --git a/pyproject.toml b/pyproject.toml index db89076..8d2ad7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ pytest = "^7.4.2" pytest-cov = "^4.0.0" pytest-django = "^4.5.2" pytest-xdist = "^3.1.0" -python-lsp-server = "^1.8.0" +python-lsp-server = "^1.8.2" mypy = "^1.4.1" django-stubs = "^4.2.3" pylint-django = "^2.5.3"