fix: upgrade vulnerable transitive deps (urllib3, idna, pymdown-extensions) #9
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/longwei!9
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/9/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #8
Summary
nox -s pysentrywas reporting 4 vulnerabilities (2 HIGH, 2 MEDIUM) across 3 transitive packages. All fixed by extending[tool.uv] constraint-dependenciesinpyproject.toml— the same pattern already in use for the existingrequestsconstraint.Also bundles the unstaged
.pre-commit-config.yamlbump (ruff v0.15.14, uv 0.11.16, zaojun 1.5.3).Verification
nox -s pysentry— 0 vulnerabilities foundnox -s pytest— 674 passed across Python 3.11–3.14, 99.66% coverage