Skip to content

Commit 55a3d40

Browse files
committed
Upgrade urllib3 to 2.2.3
1 parent cf21b56 commit 55a3d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# setuptools >68.0.0 is incompatible with macos-13
3-
# urllib3 >=2.0.0 is incompatible with OpenSSL <1.1.1+ which is used by cp37-manylinux_x86_64 wheel
4-
requires = ["setuptools==68.0.0", "conan==2.13.0", "urllib3==1.26.20", "cmake==3.24", "setuptools_scm[toml]==8.2.0"]
3+
# urllib3 >=2.1.0 is incompatible with Conan 2.13
4+
requires = ["setuptools==68.0.0", "conan==2.13.0", "urllib3==2.0.7", "cmake==3.24", "setuptools_scm[toml]==8.2.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)