Skip to content

chore: add Python dependency files and monthly update workflow#28

Merged
etorhub merged 1 commit into
mainfrom
claude/nifty-fermat-ti6VK
Jun 5, 2026
Merged

chore: add Python dependency files and monthly update workflow#28
etorhub merged 1 commit into
mainfrom
claude/nifty-fermat-ti6VK

Conversation

@etorhub

@etorhub etorhub commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds requirements_dev.txt (mypy, ruff, voluptuous, python-dateutil) and requirements_test.txt (pytest, pytest-asyncio) with current pinned versions
  • Adds setup.cfg with project metadata, install_requires, and mypy config
  • Adds .github/workflows/update-python-deps.yml — runs on the 1st of every month (and on workflow_dispatch), uses pur to upgrade all pinned versions, commits with chore: update Python dependencies, and opens a PR automatically

Test plan

  • Trigger the workflow manually via workflow_dispatch to confirm it detects no changes on a fresh run (versions are already current)
  • Bump one version down in requirements_dev.txt locally, re-trigger, and verify a PR is opened with the chore: commit
  • Confirm CI still passes with the new files present

https://claude.ai/code/session_017KfbEma9up7rWWygEid5Kp


Generated by Claude Code

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
@etorhub etorhub merged commit 939382c into main Jun 5, 2026
6 checks passed
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.3 🎉

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