Skip to content

Bump setuptools to resolve Dependabot alerts#5

Merged
WPISabaGanji merged 1 commit into
mainfrom
codex/fix-github-security-alerts
Jun 9, 2026
Merged

Bump setuptools to resolve Dependabot alerts#5
WPISabaGanji merged 1 commit into
mainfrom
codex/fix-github-security-alerts

Conversation

@WPISabaGanji

Copy link
Copy Markdown
Collaborator

Motivation

Description

  • Updated requirements.txt to replace setuptools~=58.1.0 with setuptools~=78.1.1 and made no changes to artifact or scientific code (only the dependency entry was modified). The changed file is requirements.txt.

Testing

  • Performed a syntax/compile check by compiling all .py files with py_compile (passed; pre-existing SyntaxWarnings noted in WPI_SCA_LIBRARY/FileFormat.py and WPI_SCA_LIBRARY_v0/FileFormat.py), ran python -m pip check (no broken requirements), and attempted python -m pip install --dry-run -r requirements.txt and python -m pip install --dry-run 'setuptools~=78.1.1' which were blocked by the environment package-index proxy returning 403 Forbidden, and python setup.py --name could not be exercised because setuptools is not installed in the runtime; all automated checks that could run succeeded.

Codex Task

@WPISabaGanji WPISabaGanji merged commit c1c94a5 into main Jun 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant