Skip to content

fix(ci): stop passing setup.cfg to pur in dependency update workflow#31

Open
etorhub wants to merge 1 commit into
mainfrom
claude/dependencies-upgrade-ci-stuck-0kgdwv
Open

fix(ci): stop passing setup.cfg to pur in dependency update workflow#31
etorhub wants to merge 1 commit into
mainfrom
claude/dependencies-upgrade-ci-stuck-0kgdwv

Conversation

@etorhub

@etorhub etorhub commented Jul 3, 2026

Copy link
Copy Markdown
Owner

pur only parses requirements.txt-style files. Passing the INI-format
setup.cfg made it fail with 'Invalid requirement: [metadata]' (exit 2),
which aborted the monthly Update Python Dependencies job before it could
commit or open a PR. setup.cfg pins python-dateutil with a >= lower bound
(a library constraint that shouldn't be auto-bumped anyway), so drop it
from the pur upgrade, the diff check, and the git add.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01Qn4m9Hb8kBkGGoWrVQum8K

pur only parses requirements.txt-style files. Passing the INI-format
setup.cfg made it fail with 'Invalid requirement: [metadata]' (exit 2),
which aborted the monthly Update Python Dependencies job before it could
commit or open a PR. setup.cfg pins python-dateutil with a >= lower bound
(a library constraint that shouldn't be auto-bumped anyway), so drop it
from the pur upgrade, the diff check, and the git add.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qn4m9Hb8kBkGGoWrVQum8K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants