chore: add Python dependency files and monthly update workflow#28
Merged
Conversation
Introduces requirements_dev.txt, requirements_test.txt, and setup.cfg with pinned versions, plus a scheduled GitHub Actions workflow that uses pur to upgrade them and opens a PR with a chore: commit on the 1st of each month. https://claude.ai/code/session_017KfbEma9up7rWWygEid5Kp
|
🎉 This PR is included in version 1.3.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
requirements_dev.txt(mypy, ruff, voluptuous, python-dateutil) andrequirements_test.txt(pytest, pytest-asyncio) with current pinned versionssetup.cfgwith project metadata,install_requires, and mypy config.github/workflows/update-python-deps.yml— runs on the 1st of every month (and onworkflow_dispatch), usespurto upgrade all pinned versions, commits withchore: update Python dependencies, and opens a PR automaticallyTest plan
workflow_dispatchto confirm it detects no changes on a fresh run (versions are already current)requirements_dev.txtlocally, re-trigger, and verify a PR is opened with thechore:commithttps://claude.ai/code/session_017KfbEma9up7rWWygEid5Kp
Generated by Claude Code