chore(deps): bump minimum versions, add pip-audit, remove Sphinx from dev extras#92
Merged
jajreidy merged 1 commit intokonflux-ci:mainfrom Mar 30, 2026
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
+ Coverage 95.53% 97.01% +1.47%
==========================================
Files 70 74 +4
Lines 3946 5356 +1410
==========================================
+ Hits 3770 5196 +1426
+ Misses 176 160 -16
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
What
Refreshes runtime and dev dependency floors in
pyproject.tomlandsetup.py, raises build-systemsetuptools/setuptools-scmrequirements, and drops Sphinx / sphinx-rtd-theme from optionaldev(docs build is no longer in-tree). Addspip-audittodev, amake audittarget that uses a throwaway.audit-venvandpip-audit -l(so only this project’s dev env is scanned, not the whole user site-packages), and apip-audit -lstep insecurity-scan.yml. Ignores CVE-2026-4539 / GHSA-5239-wwwm-4pmq until a Pygments release >2.19.2 is on PyPI; then pinpygments>=…underdevand remove those ignores. Documents the same inCHANGELOG.mdunder Security and Changed; ignores.audit-venv/in.gitignore.Why
Keeps installs closer to current stacks, trims unused docs deps, and gives a repeatable local + CI check for dependency advisories without false positives from unrelated global packages.
How to test
Notes for reviewers
Merge gate still expects 100% diff coverage on the PR diff. Pygments advisory is ignored on purpose with an explicit follow-up once a fixed wheel exists; review that trade-off if policy requires zero ignores.