RockefellerArchiveCenter / aurora

A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
http://projectelectron.rockarch.org/
MIT License
25 stars 6 forks source link

Dependency Updates #618

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Automated changes by create-pull-request GitHub action

HaSistrunk commented 1 year ago

Django has dropped support for MySQL 5.7. Django 4.2 supports MySQL 8 and higher.

p-galligan commented 1 year ago

Django has dropped support for MySQL 5.7. Django 4.2 supports MySQL 8 and higher.

The actual environments these are deployed on use MySQL 8 (RDS). So this is purely a testing environment issue.