Skip to content

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

Merged
etorhub merged 1 commit into
mainfrom
claude/dependencies-upgrade-ci-stuck-0kgdwv
Jul 4, 2026
Merged

fix(ci): stop passing setup.cfg to pur in dependency update workflow#31
etorhub merged 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 [email protected]
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 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Qn4m9Hb8kBkGGoWrVQum8K
@etorhub
etorhub merged commit b4bf9b9 into main Jul 4, 2026
6 checks passed
@etorhub
etorhub deleted the claude/dependencies-upgrade-ci-stuck-0kgdwv branch July 4, 2026 17:43
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants