diff --git a/requirements/local.txt b/requirements/local.txt index 84e76bf3..4f8c7d84 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -38,4 +38,5 @@ django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugi pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability -django-test-migrations==1.3.0 \ No newline at end of file +django-test-migrations==1.3.0 +django>=4.2.15 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file