microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
87 stars 21 forks source link

pip(deps): bump pygls from 1.0.0 to 1.0.1 #242

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pygls from 1.0.0 to 1.0.1.

Changelog

Sourced from pygls's changelog.

[1.0.1] - February 16th, 2023

Fixed

  • Fix progress example in json extension. (#230)
  • Fix AttributeErrors in get_configuration_async, get_configuration_callback, get_configuration_threaded commands in json extension. (#307)
  • Fix type annotations for get_configuration_async and get_configuration methods on LanguageServer and LanguageServerProtocol objects (#307)
  • Provide version param for publishing diagnostics (#303)
  • Relaxed the Python version upper bound to <4 (#318)

#230: openlawlibrary/pygls#230 #303: openlawlibrary/pygls#303 #307: openlawlibrary/pygls#307 #318: openlawlibrary/pygls#318

Commits
  • 3fc13c4 chore: Release v1.0.1
  • 39f2246 fix: Relax to Python <4 (again)
  • 8f7effd docs: Minor HISTORY.md updates from @​augb
  • c4eca94 fix: True LSP Diagnostic param, with version
  • feff213 docs: Add HISTORY.md about Pygls' inception
  • 24970cc docs: Hello World example and README improvements
  • c2b5453 chore: Add our first sponsor to README 🥳
  • 57dfae4 chore: Add Microsoft's Pygls implementations
  • b7e6e5c Update changelog
  • 1801065 docs: Fix get_configuration examples
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)