Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update pygls dependency #16165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jedils_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# 2) pip-compile --generate-hashes jedils_requirements.in

jedi-language-server>=0.30.2
pygls>=0.10.2
pygls>=0.10.3
dataclasses==0.8;python_version<="3.6"
6 changes: 3 additions & 3 deletions jedils_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ pydantic==1.8.1 \
# via
# jedi-language-server
# pygls
pygls==0.10.2 \
--hash=sha256:5b50a1931613f36af446b16c644a85b52ceb2beceb09bddd05f9ce054f13e9ab \
--hash=sha256:bb3e287693bb06a4edfdfb0bd5bfb550b582654c39803e6fc4cd82e08d85a240
pygls==0.10.3 \
--hash=sha256:055281413d303a816374a51956d94c8554c32f8a499265aac41b0bd5c124bb68 \
--hash=sha256:522c1068dd38c4945925ca742daba6aff5621168e0e5ddd954813e8b957ca831
# via
# -r jedils_requirements.in
# jedi-language-server
Expand Down