Skip to content

Commit 8c48570

Browse files
committed
Implement dependabot requests
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
1 parent 044f66b commit 8c48570

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
66
docutils>=0.18.1
7-
sphinx<=7.1.2
7+
sphinx<=9.1.0
88
six
99
testresources
1010
recommonmark
1111
sphinx-press-theme
1212
sphinx-tabs
1313
breathe
14-
setuptools<68.0.0
14+
setuptools<83.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)