templates icon indicating copy to clipboard operation
templates copied to clipboard

FastAPI: add dependabot to template dependencies

Open h3rmanj opened this issue 3 years ago • 1 comments

Template dependencies should be managed by dependabot (if possible).

h3rmanj avatar Oct 25 '21 07:10 h3rmanj

In poetry you say poetry update, which will soft-bump anything that's not a major release on install. So in general, users will never have a minor or patch that isn't bumped.
With that said, there is no reason to not bump pyproject.toml, so I'll fix this. 😊

JonasKs avatar Oct 25 '21 18:10 JonasKs