Skip to content

Commit 3d53699

Browse files
Bump pygls from 0.9.0 to 0.9.1 (#14173)
Bumps [pygls](https://github.com/openlawlibrary/pygls) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/openlawlibrary/pygls/releases) - [Changelog](https://github.com/openlawlibrary/pygls/blob/master/CHANGELOG.md) - [Commits](openlawlibrary/pygls@v0.9.0...v0.9.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brett Cannon <[email protected]>
1 parent df2dff3 commit 3d53699

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# If you make fixes to the fork, update the commit id here.
88
# Note: This pulls in Jedi too but the pypi version.
99
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553; python_version >= '3.6'
10-
pygls==0.9.0; python_version >= '3.6'
10+
pygls==0.9.1; python_version >= '3.6'
1111
# Sort Imports
1212
isort==5.6.3; python_version >= '3.6'

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ isort==5.6.3 ; python_version >= "3.6" # via -r requirements.in
99
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 ; python_version >= "3.6" # via -r requirements.in
1010
jedi==0.17.2 # via jedi-language-server
1111
parso==0.7.0 # via jedi
12-
pygls==0.9.0 ; python_version >= "3.6" # via -r requirements.in, jedi-language-server
12+
pygls==0.9.1 ; python_version >= "3.6" # via -r requirements.in, jedi-language-server
13+
python-jsonrpc-server==0.2.0 # via -r requirements.in

0 commit comments

Comments
 (0)