djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
686 stars 84 forks source link

[FEATURE] Consider removing upper bound for dependencies #807

Open Viicos opened 8 months ago

Viicos commented 8 months ago

Feature Request

Adding upper bounds to dependencies is generally considered a bad practice, as most of the time new "major" versions will not introduce any breaking changes. A couple reasons to not add these upper bounds:

This lengthy article goes into more details.

If you are ok with this, I can open a PR.