- Updating the requirements for the pipline to use Django 5.0.7 or Django 4.2.14
- 1.0.18 - 2nd July 2024 - Updating the requirements so Python 3.10+ requires urllib3>=2.2.2 due to the security issues with 2.0.0 through 2.2.1
1.0.17
Not secure
- Bumping required sqlparse version for Django 4.2 and 5.0 to be 0.5.0 due to security fix for DOS in sqlparse<5.0.0 within the requirements files used for testing.
1.0.16
Not secure
- Added in test for Django 5.1a1
1.0.15
Not secure
- Upgrade black, blacken-docs and isort within precommit, removed black from the requirements as it's only used by pre-commit
1.0.14
Not secure
- Removing support for Django < 4.2.0. This project will probably still work with Django 3.2+ but I'm now longer going to support it with tests. - Bumped requirements as well