Skip to content

Commit 0eac8a6

Browse files
Update urllib3 requirement from <2 to <3
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@0.3...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61c4e08 commit 0eac8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
sphinx<=7.1.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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",
1010
"sphinx<=7.1.2",
1111
"six",

0 commit comments

Comments
 (0)