This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airavata-cookiecutter-django-app.git
commit 215d5732a1607031e816d181d899408d3a129ede Author: Marcus Christie <[email protected]> AuthorDate: Fri Sep 24 17:02:44 2021 -0400 version upgrade --- {{cookiecutter.project_slug}}/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/setup.cfg b/{{cookiecutter.project_slug}}/setup.cfg index 41252a4..70ecdae 100644 --- a/{{cookiecutter.project_slug}}/setup.cfg +++ b/{{cookiecutter.project_slug}}/setup.cfg @@ -8,7 +8,7 @@ packages = find: # Include data files as specified in MANIFEST.in include_package_data = True install_requires = - django >= 2.2 + django >= 3.2 airavata-django-portal-sdk [options.entry_points]
