From 2a85408fc9defb16a8968b0b45a3ebae4311b270 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 05:26:47 +0000 Subject: [PATCH] :arrow_up: Bump inflect from 2.1.0 to 4.1.0 Bumps [inflect](https://github.com/jazzband/inflect) from 2.1.0 to 4.1.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.1.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..6213233 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.1.0", "environs==4.1.0", "fastapi==0.41.0", "requests==2.21.0",