]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/dashboard/requirements-lint.txt: re-pin rstcheck
authorRonen Friedman <rfriedma@redhat.com>
Thu, 1 Jan 2026 15:23:31 +0000 (15:23 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 5 Jan 2026 08:54:57 +0000 (10:54 +0200)
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 <rfriedma@redhat.com>
src/pybind/mgr/dashboard/requirements-lint.txt

index 571c92a4ebfbce29ccf3726cc2fe0bcbd723e38e..2b27bbf58bda7e6b74de3053dc1823c8093be4b9 100644 (file)
@@ -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