From 18d2fbaa628ccb575eed29b15d171c33c6056ff6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 05:28:54 +0000 Subject: [PATCH] :arrow_up: Bump inflect from 2.1.0 to 4.0.0 Bumps [inflect](https://github.com/jazzband/inflect) from 2.1.0 to 4.0.0. - [Release notes](https://github.com/jazzband/inflect/releases) - [Changelog](https://github.com/jazzband/inflect/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/inflect/compare/v2.1.0...v4.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 f9a9da8..e733001 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "bunch==1.0.1", "pyjwt==1.7.1", "zenroom==1.0.7rc0", - "inflect==2.1.0", + "inflect==4.0.0", "environs==4.1.0", "fastapi==0.41.0", "requests==2.21.0",