File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ boolean.py==4.0
55cffi == 1.15.0
66cryptography == 37.0.2
77dataclasses == 0.8
8- docutils == 0.18.1
8+ docutils >= 0.20 , < 0.22
99et-xmlfile == 1.1.0
1010execnet == 2.1.1
1111importlib-resources == 5.4.0
@@ -25,7 +25,7 @@ pluggy==1.6.0
2525py == 1.11.0
2626pycodestyle == 2.8.0
2727pycparser == 2.21
28- pygments == 2.13 .0
28+ pygments == 2.17 .0
2929pytest == 8.4.0
3030pytest-xdist == 3.7.0
3131pytest-forked == 1.6.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ beautifulsoup4==4.11.1
33certifi == 2022.6.15
44charset-normalizer == 2.1.0
55click == 8.1.3
6- colorama == 0.4.5
6+ colorama == 0.4.6
77commoncode == 30.2.0
88dparse2 == 0.7.0
99fasteners == 0.17.3
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ dev =
9191 ruff
9292 pytest-rerunfailures
9393 pytest-asyncio >= 0.21
94- Sphinx>=6.2.0
95- sphinx-rtd-theme>=1.0.0
96- sphinx-reredirects >= 0.1.2
97- doc8>=0.11.2
98- sphinx-autobuild
94+ Sphinx>=7.3,<9
95+ sphinx_rtd_theme>=3,<4
96+ sphinx-autobuild>=2024.10.3
97+ sphinx_reredirects
98+ doc8>=1.1.2
9999 sphinx-rtd-dark-mode>=1.3.0
100- sphinx-copybutton
100+ sphinx-copybutton>=0.5
You can’t perform that action at this time.
0 commit comments