|
56 | 56 | ], |
57 | 57 | 'docs': [ |
58 | 58 | # Just pin all of these. |
59 | | - 'Jinja2==2.11.3', |
60 | | - 'MarkupSafe==1.1.1', |
61 | | - 'Pygments==2.8.1', |
62 | | - 'alabaster==0.7.12', |
63 | | - 'babel==2.9.1', |
64 | | - 'chardet==4.0.0', |
65 | | - 'commonmark==0.8.1', |
66 | | - 'docutils==0.17.1', |
67 | | - 'future==0.18.2', |
68 | | - 'idna==2.10', |
69 | | - 'imagesize==1.2.0', |
70 | | - 'mock==1.0.1', |
71 | | - 'packaging==20.9', |
72 | | - 'pyparsing==2.4.7', |
73 | | - 'pytz==2021.1', |
74 | | - 'readthedocs-sphinx-ext==2.1.4', |
75 | | - 'recommonmark==0.5.0', |
76 | | - 'requests==2.25.1', |
77 | | - 'six==1.15.0', |
78 | | - 'snowballstemmer==2.1.0', |
79 | | - 'sphinx==1.8.5', |
80 | | - 'sphinx-rtd-theme==0.4.3', |
81 | | - 'sphinxcontrib-serializinghtml==1.1.4', |
82 | | - 'sphinxcontrib-websupport==1.2.4', |
83 | | - 'urllib3==1.26.4', |
| 59 | + 'alabaster==1.0.0', |
| 60 | + 'babel==2.18.0', |
| 61 | + 'certifi==2026.4.22', |
| 62 | + 'charset-normalizer==3.4.7', |
| 63 | + 'docutils==0.22.4', |
| 64 | + 'idna==3.13', |
| 65 | + 'imagesize==2.0.0', |
| 66 | + 'iniconfig==2.3.0', |
| 67 | + 'Jinja2==3.1.6', |
| 68 | + 'MarkupSafe==3.0.3', |
| 69 | + 'packaging==26.2', |
| 70 | + 'pluggy==1.6.0', |
| 71 | + 'Pygments==2.20.0', |
| 72 | + 'pytest==9.0.3', |
| 73 | + 'requests==2.33.1', |
| 74 | + 'roman-numerals==4.1.0', |
| 75 | + 'snowballstemmer==3.0.1', |
| 76 | + 'Sphinx==9.1.0', |
| 77 | + 'sphinx_rtd_theme==3.1.0', |
| 78 | + 'sphinxcontrib-applehelp==2.0.0', |
| 79 | + 'sphinxcontrib-devhelp==2.0.0', |
| 80 | + 'sphinxcontrib-htmlhelp==2.1.0', |
| 81 | + 'sphinxcontrib-jquery==4.1', |
| 82 | + 'sphinxcontrib-jsmath==1.0.1', |
| 83 | + 'sphinxcontrib-qthelp==2.0.0', |
| 84 | + 'sphinxcontrib-serializinghtml==2.0.0', |
| 85 | + 'urllib3==2.6.3', |
84 | 86 | ], |
85 | 87 | }, |
86 | | - package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE', |
| 88 | + package_'data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE', |
87 | 89 | 'third_party/typeshed/README']}, |
88 | 90 | platforms=['any'], |
89 | 91 | classifiers=[ |
|
0 commit comments