YangCatalog / yang-validator-extractor

A web application to extract and validate YANG modules. Built on the bottle web-framework for Python.
BSD 2-Clause "Simplified" License
15 stars 21 forks source link

Update Django package version #102

Closed SlavomirMazurPantheon closed 2 years ago

SlavomirMazurPantheon commented 2 years ago

Current Django package installed is Django>=2.1.9. However, newer versions are available: 2.2.28, 3.2.14 or 4.0.6. It might be necessary to check which version could be used and check whether existing functionality will no be broken by this update.

richardzilincikPantheon commented 2 years ago

Currently this requirements results in 3.2.14 being installed. This is alright, since 3.2 is marked as a long term support release and will receive security fixes until April 2024. The version should be pinned however, to make sure a new version with backwards incompatibilities doesn't get installed. The Ubuntu release used by the docker image will soon reach end of life, and python 3.6 no longer receives security fixes.

richardzilincikPantheon commented 2 years ago

103