diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..621cb0f0 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -7,7 +7,7 @@ authors = ["{{cookiecutter.default_from_email}}"] [tool.poetry.dependencies] python = "~3.9" Django = "~4.1" -django-environ = "^0.9" +django-environ = "^0.13.0" django-sites = "^0.11" django-filter = "^21.1" argon2-cffi = "^21.3"