line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.06k stars 150 forks source link

Upgrade to Django 4.2 #495

Closed kfdm closed 5 months ago

kfdm commented 5 months ago

Django 3.2 is past EOL ( https://endoflife.date/django ) and 4.2 is the current LTS version. There are not many changes that seem to directly affect us, and we can simply run the third-party django-upgrade command to take care of a few minor updates.