File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Fix an issue with the OCIO's Linux container images that have OpenSSL under 1.1.1.
22# If the container images are updated with OpenSSL 1.1.1+, the restriction on
33# urllib3 version <2 can be removed.
4- urllib3 < 2
4+ urllib3 < 3
55# The builds for documentation fails with <0.18.0
66docutils >= 0.18.1
7- sphinx <= 7 .1.2
7+ sphinx <= 9 .1.0
88six
99testresources
1010recommonmark
1111sphinx-press-theme
1212sphinx-tabs
1313breathe
14- setuptools < 68 .0.0
14+ setuptools < 83 .0.0
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ requires = [
55 " cmake>=3.14" ,
66 " ninja; sys_platform != 'win32' and platform_machine != 'arm64'" ,
77 # Documentation requirements (see docs/requirements.txt for details)
8- " urllib3<2 " ,
8+ " urllib3<3 " ,
99 " docutils>=0.18.1" ,
10- " sphinx<=7 .1.2 " ,
10+ " sphinx<=9 .1.0 " ,
1111 " six" ,
1212 " testresources" ,
1313 " recommonmark" ,
You can’t perform that action at this time.
0 commit comments