diff --git a/adm/templates/plugins/python3_django/{{cookiecutter.name}}/python3_virtualenv_sources/requirements-to-freeze.txt b/adm/templates/plugins/python3_django/{{cookiecutter.name}}/python3_virtualenv_sources/requirements-to-freeze.txt index b348fe15..5ea7bdeb 100644 --- a/adm/templates/plugins/python3_django/{{cookiecutter.name}}/python3_virtualenv_sources/requirements-to-freeze.txt +++ b/adm/templates/plugins/python3_django/{{cookiecutter.name}}/python3_virtualenv_sources/requirements-to-freeze.txt @@ -1,5 +1,5 @@ # python3 requirements.txt file # see https://pip.readthedocs.io/en/1.1/requirements.html -#django4 should be >= 4.2.16 and django5 should be >= 5.0.9 -#to fix CVE-2024-42005 and CVE-2024-45231 -django>=5.0.9 +#django4 should be >= 4.2.17 and django5 should be >= 5.0.10 or >= 5.1.4 +#to fix CVE-2024-53908 and CVE-2024-53907 +django>=5.0.10