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

Enable dependabot for pip #2742

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Enable dependabot for pip #2742

merged 1 commit into from
Nov 18, 2022

Conversation

janosh
Copy link
Member

@janosh janosh commented Nov 18, 2022

Auto-updates requirements{,-optional}.txt monthly.

@shyuep Decided against using the req.txt files in test.yml workflow. We're installing purely from setup.py there.

python -m pip install -e '.[dev,optional]'

By installing unpinned packages in CI, we catch breaking changes in dependencies sooner. Once something breaks CI, we can compare with requirements.txt for a "last working version" to see which update was the culprit.

to monthly auto-update requirements{,-optional}.txt
@shyuep shyuep merged commit eb9baff into master Nov 18, 2022
@shyuep shyuep deleted the pip-dependabot branch November 18, 2022 17:55
@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling b950dc1 on pip-dependabot into c3f589d on master.

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.

3 participants