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

FastAPI: add dependabot to template dependencies #65

Open
h3rmanj opened this issue Oct 25, 2021 · 1 comment
Open

FastAPI: add dependabot to template dependencies #65

h3rmanj opened this issue Oct 25, 2021 · 1 comment
Assignees
Labels
fastapi Create FastAPI app templates

Comments

@h3rmanj
Copy link
Member

h3rmanj commented Oct 25, 2021

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

@JonasKs
Copy link
Member

JonasKs commented Oct 25, 2021

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. 😊

@h3rmanj h3rmanj added the fastapi Create FastAPI app templates label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fastapi Create FastAPI app templates
Projects
None yet
Development

No branches or pull requests

2 participants