build: rename minimum constraints file to evade dependabot by aucampia · Pull Request #2209 · RDFLib/rdflib (original) (raw)
Summary of changes
Dependabot is updating devtools/constraints-min.txt
, but this file should be the minimum supported versions and should not be automatically updated.
Dependabot seems to operate on all .txt and .in files, so I'm changing it to be devtools/requirements.min
to evade dependabot.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests and type checking passes.
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.