From 75f8057f370f22d7de590ab1a01ce4ea6982840d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:34:56 +0000 Subject: [PATCH] Bump inflect from 5.6.2 to 7.4.0 Bumps [inflect](https://github.com/jaraco/inflect) from 5.6.2 to 7.4.0. - [Release notes](https://github.com/jaraco/inflect/releases) - [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/inflect/compare/v5.6.2...v7.4.0) --- updated-dependencies: - dependency-name: inflect dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb4bc83..42ebfe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ genson==1.2.2 # via datamodel-code-generator idna==3.10 # via email-validator -inflect==5.6.2 +inflect==7.4.0 # via datamodel-code-generator isort==5.13.2 # via datamodel-code-generator