deps: bump nltk to 3.10.3 - #196
Open
katsugtgz wants to merge 1 commit into
Open
Conversation
requirements.txt pinned nltk 3.9.1. osv-scanner reported PYSEC-2026-96/97/98/99, PYSEC-2026-3581..3584, PYSEC-2026-2078/2235/2236/2237, PYSEC-2026-3657, PYSEC-2026-2085 and linked GHSAs for that pin. osv-scanner reports no advisories for nltk 3.10.3.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates
nltkto address the advisories listed below.Evidence:
requirements.txtpinnednltk@3.9.1osv-scannerreported PYSEC-2026-96, PYSEC-2026-97, PYSEC-2026-98, PYSEC-2026-99, PYSEC-2026-2078, PYSEC-2026-2085, PYSEC-2026-2235, PYSEC-2026-2236, PYSEC-2026-2237, PYSEC-2026-3581, PYSEC-2026-3582, PYSEC-2026-3583, PYSEC-2026-3584, PYSEC-2026-3657 and their linked GHSAs fornltk@3.9.13.10.3Validation:
osv-scanner --lockfile=requirements.txtno longer reports any advisory fornltkafter the updatepip install nltk==3.10.3andimport nltkpass in a clean venvNote:
osv-scannerstill reports separate advisories for other packages inrequirements.txt(datasets, protobuf, sentencepiece, and others). This patch only clears the nltk advisories.Scope: dependency/lockfile update only.