From 64534db645bc73aa6f2be918128522b46fd06731 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 05:34:12 +0000 Subject: [PATCH] :arrow_up: Bump environs from 4.1.0 to 5.0.0 Bumps [environs](https://github.com/sloria/environs) from 4.1.0 to 5.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/4.1.0...5.0.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b44d0de..0b67e3a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "zenroom==0.2.5", "uvicorn==0.4.6", "inflect==2.1.0", - "environs==4.1.0", + "environs==5.0.0", "requests==2.21.0", "SQLAlchemy==1.3.1", "pre-commit==1.14.4",