From d89245475a49a67bc3215ffc324b57bb9ac3a664 Mon Sep 17 00:00:00 2001 From: James Curtin Date: Tue, 4 Jun 2019 09:27:52 -0400 Subject: [PATCH] Remove pinned python version from pipfile It is causing an issue with Dependabot due to a known pipenv limitation. See https://github.com/pypa/pipenv/issues/1050 --- {{cookiecutter.app_name}}/Pipfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index c813b7b..71b8390 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -62,5 +62,3 @@ flake8-quotes = "==2.0.1" isort = "==4.3.20" pep8-naming = "==0.8.2" -[requires] -python_version = "{{cookiecutter.python_version}}"