-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump nltk from 3.8.1 to 3.9 #2250
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.8.1...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Sep 4, 2024
Halfknow
pushed a commit
to Halfknow/ragflow
that referenced
this pull request
Nov 11, 2024
Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nltk/nltk/blob/develop/ChangeLog">nltk's changelog</a>.</em></p> <blockquote> <p>Version 3.9.1 2024-08-19</p> <ul> <li>Fixed bug that prevented wordnet from loading</li> </ul> <p>Version 3.9 2024-08-18</p> <ul> <li>Fix security vulnerability CVE-2024-39705 (breaking change)</li> <li>Replace pickled models (punkt, chunker, taggers) by new pickle-free "_tab" packages</li> <li>No longer sort WordNet synsets and relations (sort in calling function when required)</li> <li>Add Python 3.12 support</li> <li>Many other minor fixes</li> </ul> <p>Thanks to the following contributors to 3.8.2: Tom Aarsen, Cat Lee Ball, Veralara Bernhard, Carlos Brandt, Konstantin Chernyshev, Michael Higgins, Eric Kafe, Vivek Kalyan, David Lukes, Rob Malouf, purificant, Alex Rudnick, Liling Tan, Akihiro Yamazaki.</p> <p>Version 3.8.1 2023-01-02</p> <ul> <li>Resolve RCE vulnerability in localhost WordNet Browser (<a href="https://redirect.github.com/nltk/nltk/issues/3100">#3100</a>)</li> <li>Remove unused tool scripts (<a href="https://redirect.github.com/nltk/nltk/issues/3099">#3099</a>)</li> <li>Resolve XSS vulnerability in localhost WordNet Browser (<a href="https://redirect.github.com/nltk/nltk/issues/3096">#3096</a>)</li> <li>Add Python 3.11 support (<a href="https://redirect.github.com/nltk/nltk/issues/3090">#3090</a>)</li> </ul> <p>Thanks to the following contributors to 3.8.1: Francis Bond, John Vandenberg, Tom Aarsen</p> <p>Version 3.8 2022-12-12</p> <ul> <li>Refactor dispersion plot (<a href="https://redirect.github.com/nltk/nltk/issues/3082">#3082</a>)</li> <li>Provide type hints for LazyCorpusLoader variables (<a href="https://redirect.github.com/nltk/nltk/issues/3081">#3081</a>)</li> <li>Throw warning when LanguageModel is initialized with incorrect vocabulary (<a href="https://redirect.github.com/nltk/nltk/issues/3080">#3080</a>)</li> <li>Fix WordNet's all_synsets() function (<a href="https://redirect.github.com/nltk/nltk/issues/3078">#3078</a>)</li> <li>Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (<a href="https://redirect.github.com/nltk/nltk/issues/3070">#3070</a>)</li> <li>Support both iso639-3 codes and BCP-47 language tags (<a href="https://redirect.github.com/nltk/nltk/issues/3060">#3060</a>)</li> <li>Avoid DeprecationWarning in Regexp tokenizer (<a href="https://redirect.github.com/nltk/nltk/issues/3055">#3055</a>)</li> <li>Fix many doctests, add doctests to CI (<a href="https://redirect.github.com/nltk/nltk/issues/3054">#3054</a>, <a href="https://redirect.github.com/nltk/nltk/issues/3050">#3050</a>, <a href="https://redirect.github.com/nltk/nltk/issues/3048">#3048</a>)</li> <li>Fix bool field not being read in VerbNet (<a href="https://redirect.github.com/nltk/nltk/issues/3044">#3044</a>)</li> <li>Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (<a href="https://redirect.github.com/nltk/nltk/issues/3042">#3042</a>)</li> <li>Fix encodings of Polish udhr corpus reader (<a href="https://redirect.github.com/nltk/nltk/issues/3038">#3038</a>)</li> <li>Allow TweetTokenizer to tokenize emoji flag sequences (<a href="https://redirect.github.com/nltk/nltk/issues/3034">#3034</a>)</li> <li>Prevent LazyModule from increasing the size of nltk.<strong>dict</strong> (<a href="https://redirect.github.com/nltk/nltk/issues/3033">#3033</a>)</li> <li>Fix CoreNLPServer non-default port issue (<a href="https://redirect.github.com/nltk/nltk/issues/3031">#3031</a>)</li> <li>Add "acion" suffix to the Spanish SnowballStemmer (<a href="https://redirect.github.com/nltk/nltk/issues/3030">#3030</a>)</li> <li>Allow loading WordNet without OMW (<a href="https://redirect.github.com/nltk/nltk/issues/3026">#3026</a>)</li> <li>Use input() in nltk.chat.chatbot() for Jupyter support (<a href="https://redirect.github.com/nltk/nltk/issues/3022">#3022</a>)</li> <li>Fix edit_distance_align() in distance.py (<a href="https://redirect.github.com/nltk/nltk/issues/3017">#3017</a>)</li> <li>Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (<a href="https://redirect.github.com/nltk/nltk/issues/3014">#3014</a>)</li> <li>Add the Iota operator to semantic logic (<a href="https://redirect.github.com/nltk/nltk/issues/3010">#3010</a>)</li> <li>Resolve critical errors in WordNet app (<a href="https://redirect.github.com/nltk/nltk/issues/3008">#3008</a>)</li> <li>Resolve critical error in CHILDES Corpus (<a href="https://redirect.github.com/nltk/nltk/issues/2998">#2998</a>)</li> <li>Make WordNet information_content() accept adjective satellites (<a href="https://redirect.github.com/nltk/nltk/issues/2995">#2995</a>)</li> <li>Add "strict=True" parameter to CoreNLP (<a href="https://redirect.github.com/nltk/nltk/issues/2993">#2993</a>, <a href="https://redirect.github.com/nltk/nltk/issues/3043">#3043</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nltk/nltk/commit/24936a2d0c2ef1f4eed22de30aa72754e4cc30e7"><code>24936a2</code></a> Bump version to 3.9</li> <li><a href="https://github.com/nltk/nltk/commit/c2228974033d7e378c7500f6554bbe8e6312d7a2"><code>c222897</code></a> Merge branch 'develop' of <a href="https://github.com/nltk/nltk">https://github.com/nltk/nltk</a> into develop</li> <li><a href="https://github.com/nltk/nltk/commit/34c3a4ad4e25c17e70e50c740e59388589a529fc"><code>34c3a4a</code></a> Merge branch 'develop' of <a href="https://github.com/nltk/nltk">https://github.com/nltk/nltk</a> into develop</li> <li><a href="https://github.com/nltk/nltk/commit/253dd3acd1de2d77b2c9df60a2a1ac28de02aa9b"><code>253dd3a</code></a> add black</li> <li><a href="https://github.com/nltk/nltk/commit/c43727fad66487cdfd4ade7b96960f43564c9972"><code>c43727f</code></a> Update version</li> <li><a href="https://github.com/nltk/nltk/commit/7137405da3e146d20503750e4f4efb81989105db"><code>7137405</code></a> Merge pull request <a href="https://redirect.github.com/nltk/nltk/issues/3066">#3066</a> from asishm/bugfix-lambda-closure-leak</li> <li><a href="https://github.com/nltk/nltk/commit/369cb9f85df3f450d6b33ca46f3ae42f5cbac942"><code>369cb9f</code></a> Merge pull request <a href="https://redirect.github.com/nltk/nltk/issues/3245">#3245</a> from ekaf/hotfix-closuredup</li> <li><a href="https://github.com/nltk/nltk/commit/501c70e20a7c210e53d64ca6b3898203ed0ea879"><code>501c70e</code></a> Merge branch 'develop' into hotfix-closuredup</li> <li><a href="https://github.com/nltk/nltk/commit/bf05dc4cf25b568aaa68b224cefdd54916be8efc"><code>bf05dc4</code></a> Merge pull request <a href="https://redirect.github.com/nltk/nltk/issues/3306">#3306</a> from ekaf/py3_compat</li> <li><a href="https://github.com/nltk/nltk/commit/66539c7cc773bed00fe1211b4a64cf07dd57233c"><code>66539c7</code></a> Sorted output in unit/test_wordnet.py</li> <li>Additional commits viewable in <a href="https://github.com/nltk/nltk/compare/3.8.1...3.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nltk&package-manager=pip&previous-version=3.8.1&new-version=3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/infiniflow/ragflow/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nltk from 3.8.1 to 3.9.
Changelog
Sourced from nltk's changelog.
... (truncated)
Commits
24936a2
Bump version to 3.9c222897
Merge branch 'develop' of https://github.com/nltk/nltk into develop34c3a4a
Merge branch 'develop' of https://github.com/nltk/nltk into develop253dd3a
add blackc43727f
Update version7137405
Merge pull request #3066 from asishm/bugfix-lambda-closure-leak369cb9f
Merge pull request #3245 from ekaf/hotfix-closuredup501c70e
Merge branch 'develop' into hotfix-closuredupbf05dc4
Merge pull request #3306 from ekaf/py3_compat66539c7
Sorted output in unit/test_wordnet.pyDependabot 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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.