Skip to content

Commit 733b201

Browse files
authored
Update floors for certifi and urllib3 (#7189)
1 parent 0c2bbe7 commit 733b201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ requires-python = ">=3.10"
1818
dependencies = [
1919
"charset_normalizer>=2,<4",
2020
"idna>=2.5,<4",
21-
"urllib3>=1.21.1,<3",
22-
"certifi>=2017.4.17"
21+
"urllib3>=1.26,<3",
22+
"certifi>=2023.5.7"
2323
]
2424
dynamic = ["version"]
2525

0 commit comments

Comments
 (0)