Skip to content

Commit

Permalink
Bump ruff-lsp version (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jun 15, 2023
1 parent 19f6da7 commit 15468fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers = [
requires-python = ">=3.7"
license = "MIT"
dependencies = [
"ruff-lsp==0.0.28",
"ruff-lsp==0.0.29",
"ruff==0.0.272",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ ruff==0.0.272 \
# via
# ruff-lsp
# ruff-vscode (./pyproject.toml)
ruff-lsp==0.0.28 \
--hash=sha256:b9e37e7f1724c219c613d4539089b4315b1e30fed2fa8726549ef5d7307cc708 \
--hash=sha256:bd3f28c50152114749c3c309f71537ae6d09041e4c0ca99941780e43e88c7b0d
ruff-lsp==0.0.29 \
--hash=sha256:1a6f445b0a8afb8a9c013d433698979bbba709f67fcc98b9b70510a460a88d4c \
--hash=sha256:607db227949dae3b11ac18a179a2d486efbfc6ade7c56fd6f6f7f7ad8c2575c2
# via ruff-vscode (./pyproject.toml)
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ruff==0.0.272 \
# via
# ruff-lsp
# ruff-vscode (./pyproject.toml)
ruff-lsp==0.0.28 \
--hash=sha256:b9e37e7f1724c219c613d4539089b4315b1e30fed2fa8726549ef5d7307cc708 \
--hash=sha256:bd3f28c50152114749c3c309f71537ae6d09041e4c0ca99941780e43e88c7b0d
ruff-lsp==0.0.29 \
--hash=sha256:1a6f445b0a8afb8a9c013d433698979bbba709f67fcc98b9b70510a460a88d4c \
--hash=sha256:607db227949dae3b11ac18a179a2d486efbfc6ade7c56fd6f6f7f7ad8c2575c2
# via ruff-vscode (./pyproject.toml)
typeguard==3.0.2 \
--hash=sha256:bbe993854385284ab42fd5bd3bee6f6556577ce8b50696d6cb956d704f286c8e \
Expand Down

0 comments on commit 15468fa

Please sign in to comment.