NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
57 stars 19 forks source link

Check on implementing dependabot #143

Open machallboyd opened 1 year ago

machallboyd commented 1 year ago

Following PR https://github.com/NREL/mappymatch/pull/140, we've got requirements defined suitable for installation with pip, with a version-pinned set of test requirements in requirements.txt. We should theoretically be able to use dependabot to generate PRs to bump pinned requirements automatically, which, combined with the CI tests, should tell us if an upgraded dependency has broken something.