Update floors for certifi and urllib3 (#7189)

This commit is contained in:
Nate Prewitt
2026-02-10 16:36:31 -07:00
committed by GitHub
parent 0c2bbe7398
commit 733b2018a3

View File

@@ -18,8 +18,8 @@ requires-python = ">=3.10"
dependencies = [
"charset_normalizer>=2,<4",
"idna>=2.5,<4",
"urllib3>=1.21.1,<3",
"certifi>=2017.4.17"
"urllib3>=1.26,<3",
"certifi>=2023.5.7"
]
dynamic = ["version"]