From 41b09251fb7e31ba25a4fa96087290d011269c21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 05:28:18 +0000 Subject: [PATCH] :arrow_up: Bump inflect from 2.1.0 to 5.0.2 Bumps [inflect](https://github.com/jaraco/inflect) from 2.1.0 to 5.0.2. - [Release notes](https://github.com/jaraco/inflect/releases) - [Changelog](https://github.com/jaraco/inflect/blob/master/CHANGES.rst) - [Commits](https://github.com/jaraco/inflect/compare/v2.1.0...v5.0.2) 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..9e8455d 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==5.0.2", "environs==4.1.0", "fastapi==0.41.0", "requests==2.21.0",