From 994dae6d8ceac5af593c890dcea2f1b897cc39ff Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Thu, 1 Jan 2026 15:23:31 +0000 Subject: [PATCH] pybind/mgr/dashboard/requirements-lint.txt: re-pin rstcheck As the requested Wheel for 'rstcheck==3.3.1' is not available for Fedora 43: Fedora 43 ships with Python 3.14 as the default interpreter. rstcheck 3.3.1 doesn't support Python 3.14 (see supported versions at https://pypi.org/project/rstcheck/3.3.1/) rstcheck 6.2.0 was the first version to add Python 3.14 support (release info: https://pypi.org/project/rstcheck/6.2.0/) Signed-off-by: Ronen Friedman --- src/pybind/mgr/dashboard/requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 571c92a4ebf..2b27bbf58bd 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -4,7 +4,7 @@ flake8-colors==0.1.6 #TODO: Fix docstring issues: https://tracker.ceph.com/issues/41224 #flake8-docstrings #pep8-naming -rstcheck==3.3.1 +rstcheck==6.2.5 autopep8==1.5.7 pyfakefs==4.5.0 isort==5.5.3 -- 2.47.3