Skip to content

Bump language-tool-python from 3.2.2 to 3.3.0#30

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/language-tool-python-3.3.0
Open

Bump language-tool-python from 3.2.2 to 3.3.0#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/language-tool-python-3.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps language-tool-python from 3.2.2 to 3.3.0.

Release notes

Sourced from language-tool-python's releases.

3.3.0

What's Changed

Changelog for users

See here

Detailed changelog

Full Changelog: jxmorris12/language_tool_python@3.2.2...3.3.0

Changelog

Sourced from language-tool-python's changelog.

3.3.0 (2026-03-07)

  • Corrected a bug in language_tool_python.server.LanguageTool._get_valid_spelling_file_path where the spelling file was always the one for English, even when the LT instance was configured for a different language.
  • Corrected a bug in language_tool_python.server.LanguageTool where, even if you specified a language_tool_download_version, the used LT version was always the latest one present on the system (the download was working correctly, but the downloaded version was not used).
  • Corrected the necessary java version for old LT releases (from 1.8 to 1.9).
  • Added an abstract class LocalLanguageTool that expose an common interface for subclasses who implements some type of LT download.
  • Added ReleaseLocalLanguageTool class (implementation of LocalLanguageTool) that implements the downloading of LT from release/archive page.
  • Added SnapshotLocalLanguageTool class (implementation of LocalLanguagetool) that implements the downloading of LT from snapshot page.
  • Edited the low limit of the supported LT version (now at release 4.0).
  • Deprecated some funcs (they remain available until version 4.0.0):
    • language_tool_python.download_lt.get_common_prefix
    • language_tool_python.download_lt.http_get
    • language_tool_python.download_lt.unzip_file
    • language_tool_python.download_lt.download_zip
    • language_tool_python.download_lt.download_lt
    • language_tool_python.utils.find_existing_language_tool_downloads
    • language_tool_python.utils._extract_version
    • language_tool_python.utils.get_language_tool_directory
    • language_tool_python.utils.get_server_cmd
    • language_tool_python.utils.get_jar_info
Commits
  • 1dfa467 bump to 3.3.0 (#157)
  • 2211972 fix(server): permit to register new spellings for other languages than en (#156)
  • 3a3b2aa feat(download_lt): added a new way to handle LT downloads (#155)
  • afa28a8 chore(deps): updated uv.lock and docs requirements (#154)
  • 35b89a0 feat: added a way to mark funcs as deprecated (compatible py 3.9-3.14) (#153)
  • eb8ee39 chore(deps): updated uv.lock and docs requirements (#152)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [language-tool-python](https://github.com/jxmorris12/language_tool_python) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/jxmorris12/language_tool_python/releases)
- [Changelog](https://github.com/jxmorris12/language_tool_python/blob/master/CHANGELOG.md)
- [Commits](jxmorris12/language_tool_python@3.2.2...3.3.0)

---
updated-dependencies:
- dependency-name: language-tool-python
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants