From 31c7a216ab700bda5ce7b6ba07cf3694f8935cf1 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 5 Sep 2024 13:27:00 +0800 Subject: textproc/py-furo: Update to 2024.8.6 Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md https://pradyunsg.me/furo/changelog/ --- textproc/py-furo/files/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/py-furo/files/setup.py') diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py index d68615086d6b..e06f11d12151 100644 --- a/textproc/py-furo/files/setup.py +++ b/textproc/py-furo/files/setup.py @@ -27,7 +27,7 @@ package_dir = \ {'': 'src'} install_requires = \ -['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7'] +['beautifulsoup4', 'sphinx >= 5.0,<9.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7'] entry_points = \ {'sphinx.html_themes': ['furo = furo']} -- cgit v1.2.3