Update pip constraint to allow pip 23.2 (#96614)

This commit is contained in:
Marc Mueller
2023-07-16 00:28:34 +02:00
committed by GitHub
parent e91e32f071
commit 2f5c480f7f
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ dependencies = [
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.2",
"pip>=21.3.1,<23.2",
"pip>=21.3.1,<23.3",
"python-slugify==4.0.1",
"PyYAML==6.0",
"requests==2.31.0",