build: bump nltk to 3.10.3 and pymdown-extensions to 11.0.1 - #289
Open
katsugtgz wants to merge 1 commit into
Open
build: bump nltk to 3.10.3 and pymdown-extensions to 11.0.1#289katsugtgz wants to merge 1 commit into
katsugtgz wants to merge 1 commit into
Conversation
Clears the advisories reported for the pinned versions: - nltk 3.9.1: PYSEC-2026-3582, PYSEC-2026-3583, PYSEC-2026-3584 plus the advisories fixed in 3.9.3/3.9.4 (PYSEC-2026-96 through PYSEC-2026-99, PYSEC-2026-3657, PYSEC-2026-2085, PYSEC-2026-2235, PYSEC-2026-2236, PYSEC-2026-2237, GHSA-rf74-v2fm-23pw) - pymdown-extensions 10.14.2: PYSEC-2026-1825, PYSEC-2026-2999, PYSEC-2026-3609, PYSEC-2026-3654 pip-audit reports no known vulnerabilities for either package at the new versions. Dependency pins only.
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
nltkandpymdown-extensionsto address the advisories reported for the pinned versions.Evidence:
pyproject.tomlandrequirements.txtpinnednltk==3.9.1andpymdown-extensions==10.14.2pip-auditagainst those pins reported, for nltk 3.9.1: PYSEC-2026-96, PYSEC-2026-97, PYSEC-2026-98, PYSEC-2026-99, PYSEC-2026-3657, PYSEC-2026-2085, PYSEC-2026-2235, PYSEC-2026-2236, PYSEC-2026-2237, PYSEC-2026-3582, PYSEC-2026-3583, PYSEC-2026-3584, PYSEC-2026-597, GHSA-rf74-v2fm-23pw; for pymdown-extensions 10.14.2: PYSEC-2026-1825, PYSEC-2026-2999, PYSEC-2026-3609, PYSEC-2026-3654nltk==3.10.3,pymdown-extensions==11.0.1Validation (commands from AGENTS.md):
ruff check .passespytest -q --tb=shortwith the CI requirements plus the two updated packages installed: 221 passed, 0 failedpip-auditno longer reports any advisory for either package at the new versionsNote: nltk 3.10.x adds
defusedxmlas a runtime dependency;requirements-ci.txtalready covers the CI path and the fullrequirements.txtpins are unchanged apart from the two bumps.Scope:
pyproject.tomlandrequirements.txtpins only.