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

Pip dependency versioning: Use "compatible-version" specification #1917

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

richardebeling
Copy link
Member

This is defined as "at least this patch version, but feel free to use any higher patch (=compatible) version". This should reduce dependabot spam, since we're basically always up-to-date on patch-versions, while it still allows to specify a minimum patch version if there is a bug we need to have fixed.

I've left the "smaller" dependencies in requirements.txt pinned because I think it's more likely that they have a faulty release, so full version pinning might be beneficial there. These core dependencies usually don't have that many patch updates, so this should be fine.

@richardebeling richardebeling merged commit a4b1466 into e-valuation:main Apr 4, 2023
@richardebeling richardebeling deleted the versioning branch April 4, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants