@@ -111,8 +111,8 @@ dependencies = [
111111 " backports.strenum >= 1.3.0 ; python_version < '3.11'" ,
112112 # boltons 25.0.0 is the first version to support Python 3.13.
113113 " boltons >= 25.0.0" ,
114- # click-extra 7.3 .0 fix version fetching .
115- " click-extra >= 7.3 .0" ,
114+ # click-extra 7.2 .0 supports GitHub alerts .
115+ " click-extra >= 7.2 .0" ,
116116 # cyclonedx-python-lib 11.2.0 is the first to support Python 3.14.
117117 " cyclonedx-python-lib [validation] >= 11.2.0" ,
118118 # extra-platforms 5.0.0 is the first version to re-introduce support for Python 3.10.
@@ -167,7 +167,8 @@ docs = [
167167 " sphinx" ,
168168 # sphinx-autodoc-typehints 2.4.0 is the first version that is aligned to our Python >= 3.10 requirement.
169169 " sphinx-autodoc-typehints >= 2.4.0" ,
170- " sphinx-click >= 6.2.0" ,
170+ # sphinx-click 6.1.0 is the first version to drop Python 3.9.
171+ " sphinx-click >= 6.1.0" ,
171172 " sphinx-copybutton >= 0.5.2" ,
172173 " sphinx-design >= 0.6.0" ,
173174 " sphinx-issues >= 5.0.0" ,
0 commit comments