From 790f9963eb3b8ec6460f7b8bb1b27b6e16319ab7 Mon Sep 17 00:00:00 2001 From: Franklyn Roth Date: Tue, 21 Oct 2025 13:47:36 -0400 Subject: [PATCH] Update roman-numerals-py to use roman-numerals. bug 13825 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c64d5ab2e66..51911bbadd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "alabaster>=0.7.14", "imagesize>=1.3", "requests>=2.30.0", - "roman-numerals-py>=1.0.0", + "roman-numerals>=1.0.0", "packaging>=23.0", "colorama>=0.4.6; sys_platform == 'win32'", "ipython>=9.6.0",