Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requirements, stop using dependabot #2334

Merged
merged 4 commits into from
Feb 7, 2022
Merged

Conversation

davidism
Copy link
Member

@davidism davidism commented Feb 7, 2022

Update dev and pre-commit requirements using pip-compile-multi instead of pip-compile. This updates all files at once rather than having to compile each file individually.

Dependabot opens one PR per dependency, which gets really noisy, especially since our updates almost never fail and its immediately obvious what the fix is even with everything combined. If they ever support updating everything at once, I might enable it again, but I'm also considering moving away from pip-compile. For now, I'll occasionally run pip-compile-multi and make a PR each month or so.

Use the setup-python action's built-in pip caching instead of writing it manually, although if we move away from requirements.txt we'll need to add our own caching back in for whatever tool is chosen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant