From 7f60ead52389b75cda2f37804486f52f51b4196a Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 08:08:11 +0200
Subject: [PATCH] python/inflect: update to 7.2.0

---
 components/python/inflect/pkg5 |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/python/inflect/pkg5 b/components/python/inflect/pkg5
index 0a2e4e8..7ca8a2a 100644
--- a/components/python/inflect/pkg5
+++ b/components/python/inflect/pkg5
@@ -1,15 +1,16 @@
 {
     "dependencies": [
-        "library/python/pydantic-39",
+        "library/python/more-itertools-39",
         "library/python/setuptools-39",
         "library/python/setuptools-scm-39",
+        "library/python/typeguard-39",
         "library/python/typing-extensions-39",
         "library/python/wheel-39",
         "runtime/python-39"
     ],
     "fmris": [
-        "library/python/inflect-39",
-        "library/python/inflect"
+        "library/python/inflect",
+        "library/python/inflect-39"
     ],
     "name": "inflect"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3