From 4e6af2c04ef99a3f4ab757213dc09745e812667a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2019 19:19:15 +0000 Subject: [PATCH] Bump environs from 5.2.1 to 6.0.0 in /{{cookiecutter.app_name}} Bumps [environs](https://github.com/sloria/environs) from 5.2.1 to 6.0.0. - [Release notes](https://github.com/sloria/environs/releases) - [Changelog](https://github.com/sloria/environs/blob/master/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/5.2.1...6.0.0) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index d170fe8..789fa22 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -39,7 +39,7 @@ Flask-Caching = ">=1.0.0" Flask-DebugToolbar = "==0.10.1" # Environment variable parsing -environs = "==5.2.1" +environs = "==6.0.0" [dev-packages] # Testing