build(deps): bump setuptools to 83.0.0 and pyasn1 to 0.6.4 - #3401
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes the failing Security Checks safety gate (pip-audit): - setuptools 78.1.1 -> 83.0.0: PYSEC-2026-3447 / CVE-2026-59890 - pyasn1 0.6.3 -> 0.6.4: PYSEC-2026-3455 / PYSEC-2026-3456 / PYSEC-2026-3457
deacon-mp
force-pushed
the
build/bump-setuptools-83
branch
from
July 23, 2026 19:03
769e91a to
13e154f
Compare
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.
Summary
Fixes the failing
Security Checks / build (3.13, safety)gate (toxsafetyenv →pip-audit -r requirements.txt), which currently blocks every open PR:FileListappliesMANIFEST.inexclude/prune directives without Unicode normalization, so on macOS APFS/HFS+ an NFD filename can bypass an NFC exclusion rule and be packed into an sdist. Fixed in 83.0.0.pyasn1is consumed vialdap3.)Bumping setuptools alone still fails the gate — the pyasn1 advisories landed after 2026-07-20, so both bumps are required for a green run.
Verification
pip-audit -r requirements.txt(pip-audit 2.10.1, same as CI) → exit 0, "No known vulnerabilities found"requires_python >=3.10and pyasn1 0.6.4>=3.8— both cover the supported 3.10–3.13 matrixpkg_resources/setuptools/ directpyasn1imports in first-party code;requirements.txtis the only place either version is stated