chore(deps): bump nltk from 3.9.3 to 3.9.4#420
Conversation
Bumps [nltk](https://github.com/nltk/nltk) from 3.9.3 to 3.9.4. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.9.3...3.9.4) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
PR author is in the excluded authors list. |
JiwaniZakir
left a comment
There was a problem hiding this comment.
The PR title says this is a simple nltk bump, but uv.lock contains several other notable changes worth calling out explicitly. The textual minimum version specifier jumps from >=4.0.0 to >=6.0.0 (skipping v5 entirely), which is a significant constraint tightening that could break environments running Textual 4.x or 5.x — this change should be documented in the PR description and ideally accompanied by a changelog entry or comment explaining why v6+ is now required. Additionally, the lock file picks up new platform markers on altgraph (sys_platform != 'emscripten' and sys_platform != 'win32'), ptyprocess (same), and cffi (sys_platform != 'win32'), which reflect upstream metadata corrections but are worth verifying against any Windows or browser-based (Pyodide/emscripten) build targets the project may support. The strix-agent version also bumps from 0.8.2 to 0.8.3, which suggests this commit includes more than a dependency update — that version increment should be reflected in whatever changelog or release notes process the project uses.
Bumps nltk from 3.9.3 to 3.9.4.
Changelog
Sourced from nltk's changelog.
... (truncated)
Commits
ad9c96bUpdate copyright year7edcddfUpdates for 3.9.4 release67a2736Merge pull request #3180 from yzhaoinuw/bug-on-edit_distance_align2b17ac5Fix edit_distance_align backtrace for high substitution costs4b72976Merge pull request #3018 from JuanIMartinezB/bug/shortid-longid8a5619fMerge pull request #3222 from Syzygy2048/feature/texttiling-vocabulary-introd...c6574d7Merge pull request #3289 from ihitamandal/codeflash/optimize-windowdiff-2024-...98ff5d9Merge pull request #3435 from Hrudhai01/fix-3260-detokenize-quotesaec4fceMerge pull request #3522 from ekaf/pathseceec4ee3Merge pull request #3526 from nltk/update-contributingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.