From aff0314090c4fa059c42244770b53b762e58e014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:02:49 +0000 Subject: [PATCH] Update inflection requirement from >=0.3 to >=0.5.1 Updates the requirements on [inflection](https://github.com/jpvanhal/inflection) to permit the latest version. - [Release notes](https://github.com/jpvanhal/inflection/releases) - [Commits](https://github.com/jpvanhal/inflection/compare/0.3.0...0.5.1) --- updated-dependencies: - dependency-name: inflection dependency-version: 0.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df7c532..857e5cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-dateutil>=2.7 -inflection>=0.3 +inflection>=0.5.1 unidecode>=1.0 Jinja2>=2.10 ordered-set==4.*