jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes
https://zero-to-jupyterhub.readthedocs.io
Other
1.56k stars 799 forks source link

refactor: no pins in hub image's requirements.in #3564

Closed consideRatio closed 3 weeks ago

consideRatio commented 3 weeks ago

I explored if we could have dependabot bump major versions if we let this include major version pins. I think that would been an improvement, as it would help us distinguish major version bumps from the typical version bumps which I think makes sense to do in isolation.

However, this isn't made easy with dependabot, so I opted to not think about it for now.

consideRatio commented 3 weeks ago

Closing in favor of #3565